bugfixes to make tx_voice work with base synth
This commit is contained in:
@@ -36,7 +36,7 @@ public:
|
||||
void note_off(const note_event& event)
|
||||
{
|
||||
for (auto it = voices.begin(); it != voices.end(); it++) {
|
||||
if ((*it).MidiNote == event.midi_note) {
|
||||
if ((*it).midi_note == event.midi_note) {
|
||||
(*it).note_off();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user