TuneFlow Python Plugin Examples
May 7, 2023 ยท View on GitHub
Requirements
Python >= 3.7
Run the demo plugins
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:
-
cdto 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".