We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf24e95 + aa97921 commit 6c2a982Copy full SHA for 6c2a982
cores/arduino/TinyUSB/tusb_config.h
@@ -79,8 +79,8 @@
79
#define CFG_TUD_HID_BUFSIZE 64
80
81
// MIDI FIFO size of TX and RX
82
-#define CFG_TUD_MIDI_RX_BUFSIZE 64
83
-#define CFG_TUD_MIDI_TX_BUFSIZE 64
+#define CFG_TUD_MIDI_RX_BUFSIZE 128
+#define CFG_TUD_MIDI_TX_BUFSIZE 128
84
85
// Vendor FIFO size of TX and RX
86
#define CFG_TUD_VENDOR_RX_BUFSIZE 64
0 commit comments