/ofxOscMidi

Midi in, OSC out with Midi thru. Based on openFrameworks

Primary LanguageMakefile

ofxOscMidi

Midi/OSC helper based on openFrameworks.

Important: Windows binaries ("exe-files") are not updated any more. If you want the latest version on Windows you have to compile it yourself.

Midi In -> OSC Out.
OSC In -> Midi Out.
Midi In -> Midi Thru.

You can decide if OSC messages (in and out) are treated as normalized or as 7bit (0..127).
Settings are stored in 'settings.xml' upon termination.

OSC messages are formatted like this:

   noteOn/[Channel]/[Pitch].
   controlChange/[Channel]/[value].

drawing

Dependencies:
ofxDatGui https://github.com/braitsch/ofxDatGui
ofxMidi https://github.com/danomatika/ofxMidi
ofxNetworkUtils https://github.com/bakercp/ofxNetworkUtils
ofxPoco.
ofxOsc.
ofxXmlSettings.