arpruss / USBComposite_stm32f1

USB Composite library for STM32F1 (HID, Serial, MIDI and XBox360 controller)
Other
382 stars 76 forks source link

USB MIDI send/receive raw midi bytes #74

Open RobQue opened 4 years ago

RobQue commented 4 years ago

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?