Oeyvind / featexmod

GNU General Public License v3.0
18 stars 1 forks source link

OSC control of DAW #24

Open Oeyvind opened 7 years ago

Oeyvind commented 7 years ago

It seems it should be realtively easy to use OSC instead of MIDI to control various DAWs now. Reaper has a generic OCS handler, Live has the LiveOSC, others have similar solutions. The OSC interface allow the DAW to send name and other identification data for the last touched parameter. This can be used to "learn" mappings in the MIDIator (going back to the OSC midiator). Initial investigations with pyOSC shows a possible implementation, provided that the VST plug can use Python (which is not without problems under Live)