Feat: trying to get rid of some sequencer bugs

This commit is contained in:
2026-02-07 01:24:38 +01:00
parent e0d338a030
commit 83c756618f
5 changed files with 38 additions and 10 deletions

View File

@@ -622,7 +622,7 @@ impl App {
self.playback.queued_changes.push(StagedChange {
change: PatternChange::Start { bank, pattern },
quantization: crate::model::LaunchQuantization::Immediate,
sync_mode: crate::model::SyncMode::Reset,
sync_mode: crate::model::SyncMode::PhaseLock,
});
}