Feat: introduce follow up actions
This commit is contained in:
@@ -180,6 +180,7 @@ impl App {
|
||||
speed,
|
||||
quantization,
|
||||
sync_mode,
|
||||
follow_up,
|
||||
} => {
|
||||
self.playback.staged_prop_changes.insert(
|
||||
(bank, pattern),
|
||||
@@ -189,6 +190,7 @@ impl App {
|
||||
speed,
|
||||
quantization,
|
||||
sync_mode,
|
||||
follow_up,
|
||||
},
|
||||
);
|
||||
self.ui.set_status(format!(
|
||||
|
||||
Reference in New Issue
Block a user