Fix: sync mode is not required
This commit is contained in:
@@ -83,8 +83,7 @@ pub fn init(args: InitArgs) -> Init {
|
||||
for (bank, pattern) in playing {
|
||||
app.playback.queued_changes.push(StagedChange {
|
||||
change: PatternChange::Start { bank, pattern },
|
||||
quantization: model::LaunchQuantization::Immediate,
|
||||
sync_mode: model::SyncMode::PhaseLock,
|
||||
quantization: model::LaunchQuantization::Bar,
|
||||
});
|
||||
}
|
||||
app.ui.set_status(format!("Demo: {}", demo.name));
|
||||
@@ -96,8 +95,7 @@ pub fn init(args: InitArgs) -> Init {
|
||||
bank: 0,
|
||||
pattern: 0,
|
||||
},
|
||||
quantization: model::LaunchQuantization::Immediate,
|
||||
sync_mode: model::SyncMode::PhaseLock,
|
||||
quantization: model::LaunchQuantization::Bar,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user