- Clone Repo
- install and init db
python -m venv venv
source venv/bin/activate
pip install -e .
flask --app showcontrol.app init-db
- in reaper go to
options->Preferences->Control/OSC/web - press "add" to add a new conrol surface of mode
OSC - Device Name: Showcontrol or something like that
- Pattern Config:
- select
(open config directory) - copy
HufoShowControl.ReaperOSCfrom the Showcontrol repo there - select
(refresh list) - select
HufoShowControl
- select
- Mode:
Local port [receive only]- local listen port:
8000 - local ip: ip of the pc,
0.0.0.0should work
- local listen port:
contains the actual scheduler, the rest is for the frontend