Feat: trying to get rid of some sequencer bugs
This commit is contained in:
@@ -68,7 +68,7 @@ pub fn init(args: InitArgs) -> Init {
|
||||
pattern: 0,
|
||||
},
|
||||
quantization: model::LaunchQuantization::Immediate,
|
||||
sync_mode: model::SyncMode::Reset,
|
||||
sync_mode: model::SyncMode::PhaseLock,
|
||||
});
|
||||
|
||||
app.audio.config.output_device = args.output.or(settings.audio.output_device.clone());
|
||||
|
||||
Reference in New Issue
Block a user