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.
1 parent 0fb2ba2 commit a5b8ce7Copy full SHA for a5b8ce7
src/midi.c
@@ -91,7 +91,7 @@ void midi_init(void)
91
static inline void emulator_queue_init(void)
92
{
93
/* emudore */
94
- queue_init(&cynthcart_queue, sizeof(cynthcart_queue_entry_t), (4 * 16)); /* 4 * 16 entries */
+ queue_init(&cynthcart_queue, sizeof(cynthcart_queue_entry_t), 128); /* 128 entries as buffer */
95
}
96
97
static inline void emulator_queue_deinit(void)
0 commit comments