forked from PAWPAW-Mirror/lib_xua
MIDI Rx port now buffered. Means that Start-bit detect select case doesn't get started on receipt of large MIDI packet.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* \param cable_number the cable number of the MIDI implementation.
|
||||
* This should be set to 0.
|
||||
**/
|
||||
void usb_midi(port ?p_midi_in, port ?p_midi_out,
|
||||
void usb_midi(buffered in port:1 ?p_midi_in, port ?p_midi_out,
|
||||
clock ?clk_midi,
|
||||
chanend ?c_midi,
|
||||
unsigned cable_number,
|
||||
|
||||
Reference in New Issue
Block a user