mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
wip: enabling standalone mixer
This commit is contained in:
parent
7685072e4c
commit
1d3d3875fe
11 changed files with 165 additions and 111 deletions
|
|
@ -30,8 +30,11 @@ impl Arranger {
|
|||
if let Some(tracks) = args.tracks {
|
||||
for track in 0..tracks {
|
||||
arr.track_add(None)?;
|
||||
if let Some(scenes) = args.scenes {
|
||||
}
|
||||
}
|
||||
}
|
||||
if let Some(scenes) = args.scenes {
|
||||
for scene in 0..scenes {
|
||||
arr.scene_add(None)?;
|
||||
}
|
||||
}
|
||||
Ok(arr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue