Fix output of non-note event types which was broken by 0e946a.

This commit is contained in:
Jonathan Moore Liles 2012-02-29 13:31:12 -08:00
parent 17e32e0282
commit 0f19bf3c6b
1 changed files with 2 additions and 1 deletions

View File

@ -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 );
}
}