parent
c20062ec63
commit
ecd68f842b
|
|
@ -338,9 +338,6 @@ public:
|
||||||
{
|
{
|
||||||
#ifndef RUNNING_ENABLE
|
#ifndef RUNNING_ENABLE
|
||||||
auto midiType = lastStatus & 0xF0;
|
auto midiType = lastStatus & 0xF0;
|
||||||
if (sysExContinuation)
|
|
||||||
midiType = SystemExclusive;
|
|
||||||
|
|
||||||
switch (midiType)
|
switch (midiType)
|
||||||
{
|
{
|
||||||
case NoteOff:
|
case NoteOff:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue