mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 22:26:29 +01:00
Fix muted MIDI regions
This commit is contained in:
parent
092f737722
commit
e65a888c89
1 changed files with 4 additions and 0 deletions
|
|
@ -313,6 +313,10 @@ MidiPlaylist::render (MidiChannelFilter* filter)
|
|||
continue;
|
||||
}
|
||||
|
||||
if ((*i)->muted()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
regs.push_back (*i);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue