Skip to content

OSC Mapping

midilab edited this page May 14, 2020 · 1 revision

OSC User Interface Mapping

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

Maps

/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']

Clone this wiki locally