mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
wip: arranger: colors
This commit is contained in:
parent
70b1ec5a02
commit
08327d2ec0
5 changed files with 120 additions and 99 deletions
|
|
@ -52,6 +52,9 @@ impl ArrangerStandalone {
|
|||
}
|
||||
for _ in 0..args.scenes {
|
||||
let scene = app.arranger.scene_add(None)?;
|
||||
for i in 0..args.tracks {
|
||||
scene.clips[i] = Some(i);
|
||||
}
|
||||
}
|
||||
Ok(app)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue