-
Notifications
You must be signed in to change notification settings - Fork 2
OSC Mapping
midilab edited this page May 14, 2020
·
1 revision
You can and should control OpenDSP via OSC or MIDI- to use it as a standalone audio/video gear with no need for monitors, keyboards or mouse.
- Control OpenDSP General
- Load Modules
- Load Projects
- Control Modules Parameters
/opendsp/osc2midi cmd channel data1 data2
OpenDSP: UDP Port 8000
Load MOD:
/opendsp/mod/load [module_id] [module_bank]
Load MOD Project:
/opendsp/project/load [project_id] [project_bank]
OpenDSP Manage:
Restart: /opendsp/system/restart
Force Display: /opendsp/display/force_screen ['native' | 'virtual' | 'off']
Manage Display: /opendsp/display/force_on ['native' | 'virtual' | 'native, virtual' | 'off']