mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 04:36:45 +01:00
arranger: rename track/scene/clip
This commit is contained in:
parent
ea463db139
commit
70b1ec5a02
15 changed files with 53 additions and 40 deletions
|
|
@ -40,7 +40,7 @@ impl ArrangerStandalone {
|
|||
show_sequencer: Some(tek_core::Direction::Down),
|
||||
};
|
||||
if let Some(name) = args.name {
|
||||
app.arranger.name = name.clone();
|
||||
*app.arranger.name.write().unwrap() = name.clone();
|
||||
}
|
||||
for _ in 0..args.tracks {
|
||||
let track = app.arranger.track_add(None)?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue