fl studio wrapper REST-api, mixer and plugin control w/ UI
Wraps FL Studio 20 in an api, allowing you to change your mixer-inserts and plugin parameters remotely via POST requests.
Make sure to clone the repo:
git clone https://github.com/dxstiny/py-flstudio-api.git
Add it to a new folder in Documents\Image-Line\FL Studio\Settings\Hardware\My Mixer Control
install loopMidi
install python
create a loopmidi port and in fl studio, add it as an input device and select API (user) as Controller type
Run Script
cd host/
python main.py
connect
-
Mixer-UI http://localhost:1234/ui/mixer/
-
Plugin-UI http://localhost:1234/ui/plugins/
-
POST http://localhost:1234/mixer # todo
-
POST http://localhost:1234/plugins # todo