https://github.com/tuneflow/tuneflow-py-demos
https://github.com/tuneflow/tuneflow-py-demos
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tuneflow/tuneflow-py-demos
- Owner: tuneflow
- License: mit
- Created: 2023-01-07T14:42:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-08T16:48:18.000Z (about 3 years ago)
- Last Synced: 2024-08-05T06:05:38.459Z (almost 2 years ago)
- Language: Python
- Size: 5.41 MB
- Stars: 13
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TuneFlow Python Plugin Examples
## 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:
1. `cd` to the root folder of the plugin
2. Install dependencies if there is any:
```bash
pip install -r requirements.txt
```
3. Run the debug host:
```bash
python debug.py
```
4. Start TuneFlow Desktop, create or open a song.
5. Open "TuneFlow Plugin Library" panel on the right side, and in the upper-right corner, click on "Load a local plugin in debug mode".