I created this app to make the process of loading samples into the Chompi sampler faster and more intuitive - rather than manually renaming (and trying to remember) all of your samples, one at a time, now you can use a web-based GUI to import, arrage, and load all of your samples. The project is incomplete, but the core functionality is present.
This project has not yet been set up to run from a single executable - this is a high priority. In the meantime, follow these steps to get the development build running.
This project uses Node, Flask, and Python.
From the root folder, actiavte venv and run python -m flask run
From a new terminal, run npm start in the ChompiFront folder.
Open http://localhost:3000 to use ChompiFmt.
