MIDI inside OSC

… and here is a first simple test:

https://youtu.be/rFhsIufcVe8

A newer one…

… and here is a first simple test:

https://youtu.be/rFhsIufcVe8

A newer one…

Currently there are some bugs I have to fix. After fixing, sysex support for programming synths (MicroDexed) will be added and perhaps also some CC-LFOs…

You don’t need to use all of the internal logic and make your own programmer/controller/mixer. I am using TouchOSC but you can use every OSC software.

Pathes are like this:

/midi/cc/<channel#>/<cc#>/<value>
/midi/cc/<channel#>/<cc1#>/<value1>/<cc2#>/<value2> // for X/Y controller
/midi/mute/<channel#>
/midi/solo/<channel#>

/ping

… and later

/midi/note/<channel#>/<velocity>/<value>
/midi/sysex/<param#>/<value>

Regards, Holger

2 Likes