This commit is contained in:
@@ -296,12 +296,10 @@ impl App {
|
||||
AppCommand::StageMute { bank, pattern } => self.playback.stage_mute(bank, pattern),
|
||||
AppCommand::StageSolo { bank, pattern } => self.playback.stage_solo(bank, pattern),
|
||||
AppCommand::ClearMutes => {
|
||||
self.playback.clear_staged_mutes();
|
||||
self.mute.clear_mute();
|
||||
self.playback.clear_mutes();
|
||||
}
|
||||
AppCommand::ClearSolos => {
|
||||
self.playback.clear_staged_solos();
|
||||
self.mute.clear_solo();
|
||||
self.playback.clear_solos();
|
||||
}
|
||||
|
||||
// UI state
|
||||
|
||||
Reference in New Issue
Block a user