Fix output of non-note event types which was broken by 0e946a.
This commit is contained in:
parent
17e32e0282
commit
0f19bf3c6b
|
@ -138,7 +138,8 @@ midi_output_event ( int port, const midievent *e )
|
|||
--notes_on[ port ][ e->channel() ][ e->note() ];
|
||||
}
|
||||
}
|
||||
|
||||
else
|
||||
output[ port ].events.insert( fe );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue