AUDIO: Fix comment typo
This commit is contained in:
parent
f5ea337656
commit
85ce901c4a
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ void MidiParser_XMIDI::parseNextEvent(EventInfo &info) {
|
|||
break;
|
||||
}
|
||||
|
||||
case 0x75: // XMIDI_CONTORLLER_NEXT_BREAK
|
||||
case 0x75: // XMIDI_CONTROLLER_NEXT_BREAK
|
||||
if (_loopCount >= 0) {
|
||||
if (info.basic.param2 < 64) {
|
||||
// End the current loop.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue