I am using danomatika’s ofxMidi to get midi inputs.
ofxMidiMessage
appears to return an array something like
status,channel,pitch,velocity,control,value,portNum,portName,deltatime,bytes
For pitchbend or other functions that return LSB/MSB values (like Song Position Pointer), are those combined into a single value
in the ofxMidiMessage
data?
Also - what are the bytes
returned from ofxMidiMessage
? Is this the raw status bytes + data bytes?