i need to access midi system realtime messages coming in to vvvv.
(in case you wonder why. i have an external beat matcher that chucks out bpm, start/stop etc.)
i know what i need to receive, just not sure how to get it.
eg. i need to get at the midi data for ‘continue’
midi ‘continue’ = FB = 11111011 = 251
i am presuming, therefore, that it would come under the heading of ‘midi program’ and i would use the ‘MidiProgram (Devices)’ node.
this is where i get confused, as on the ‘MidiProgram (Devices)’ node i can only select midi channel and buffer length.
does buffer length refer to the length of the binary number received?
could someone point me in the right direction here?