From f568790fc36ee548c64f510dc8cd95b1bcb1a0a7 Mon Sep 17 00:00:00 2001 From: Russell Date: Mon, 21 Nov 2011 11:54:33 +0000 Subject: [PATCH] Reduce midi buffering --- module_usb_aud_shared/usb_buffer/decouple.xc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_usb_aud_shared/usb_buffer/decouple.xc b/module_usb_aud_shared/usb_buffer/decouple.xc index 8c73e1c0..22071daa 100644 --- a/module_usb_aud_shared/usb_buffer/decouple.xc +++ b/module_usb_aud_shared/usb_buffer/decouple.xc @@ -178,7 +178,7 @@ int int_usb_ep = 0; #ifdef MIDI unsigned int g_midi_to_host_buffer_A[MAX_USB_MIDI_PACKET_SIZE/4+4]; unsigned int g_midi_to_host_buffer_B[MAX_USB_MIDI_PACKET_SIZE/4+4]; -int g_midi_from_host_buffer[MAX_USB_MIDI_PACKET_SIZE+4]; +int g_midi_from_host_buffer[MAX_USB_MIDI_PACKET_SIZE/4+4]; #endif // shared global aud buffering variables