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 ca05944 commit 89fc6c9Copy full SHA for 89fc6c9
1 file changed
src/core/midi/MidiJack.cpp
@@ -188,7 +188,7 @@ void MidiJack::JackMidiRead(jack_nframes_t nframes)
188
{
189
for(i=0; i<nframes; i++)
190
191
- if((in_event.time == i) && (event_index < event_count))
+ while((in_event.time == i) && (event_index < event_count))
192
193
// lmms is setup to parse bytes coming from a device
194
// parse it byte by byte as it expects
0 commit comments