Python >= 3.7
See https://help.tuneflow.com/en/developer/python-devguide.html#debug-your-plugin for more details on how to debug a plugin locally.
To run a demo plugin in TuneFlow:
-
cd
to the root folder of the plugin -
Install dependencies if there is any:
pip install -r requirements.txt
- Run the debug host:
python debug.py
-
Start TuneFlow Desktop, create or open a song.
-
Open "TuneFlow Plugin Library" panel on the right side, and in the upper-right corner, click on "Load a local plugin in debug mode".