mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
plays crackly samples
This commit is contained in:
parent
de2e2a2124
commit
1672cbfc68
5 changed files with 90 additions and 26 deletions
|
|
@ -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![
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue