mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
sensible arranger entrypoint! now let's see whats up with the align modifiers
This commit is contained in:
parent
0ee3059cf8
commit
f052891473
7 changed files with 180 additions and 105 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use crate::*;
|
||||
impl Arranger {
|
||||
pub fn track_next_name (&self) -> String {
|
||||
format!("T{}", self.tracks.len() + 1)
|
||||
format!("Tr{}", self.tracks.len() + 1)
|
||||
}
|
||||
pub fn track_add (&mut self, name: Option<&str>, color: Option<ItemPalette>)
|
||||
-> Usually<&mut ArrangerTrack>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue