How can I use library to send / receive raw midi data without predefined handler functions?
I simply want to get or send 3 midi bytes through USB MIDI, possibly print them in to serial.
In another words I would like to make bidirectional USB MIDI < = > MIDI ( hardware serial) communication with possibility to mute some types of midi messages (defined in byte0)
maybe there is midi data buffer variable accessible somewhere before handler functions?
How can I use library to send / receive raw midi data without predefined handler functions? I simply want to get or send 3 midi bytes through USB MIDI, possibly print them in to serial.
In another words I would like to make bidirectional USB MIDI < = > MIDI ( hardware serial) communication with possibility to mute some types of midi messages (defined in byte0)
maybe there is midi data buffer variable accessible somewhere before handler functions?