Fix muted MIDI regions

This commit is contained in:
Robin Gareus
2021-07-10 02:11:52 +02:00
parent 092f737722
commit e65a888c89

View File

@@ -313,6 +313,10 @@ MidiPlaylist::render (MidiChannelFilter* filter)
continue;
}
if ((*i)->muted()) {
continue;
}
regs.push_back (*i);
}