Fix muted MIDI regions
This commit is contained in:
@@ -313,6 +313,10 @@ MidiPlaylist::render (MidiChannelFilter* filter)
|
||||
continue;
|
||||
}
|
||||
|
||||
if ((*i)->muted()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
regs.push_back (*i);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user