plays crackly samples

This commit is contained in:
🪞👃🪞 2024-06-29 22:52:07 +03:00
parent de2e2a2124
commit 1672cbfc68
5 changed files with 90 additions and 26 deletions

View file

@ -53,14 +53,14 @@ impl Launcher {
let ppq = timebase.ppq() as u32;
DynamicDevice::new(render, handle, process, Self {
name: name.into(),
view: LauncherView::Tracks,
view: LauncherView::Chains,
playing: transport.query_state()?,
transport,
timebase: timebase.clone(),
monitoring: true,
recording: false,
overdub: true,
cursor: (0, 0),
cursor: (1, 1),
position: 0,
scenes: scenes.unwrap_or_else(||vec![Scene::new(&"Scene 1", &[None])]),
tracks: if let Some(tracks) = tracks { tracks } else { vec![