mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
polite outline
This commit is contained in:
parent
701ea3fc27
commit
62bfb0120b
3 changed files with 109 additions and 121 deletions
|
|
@ -157,7 +157,7 @@ impl Arrangement {
|
|||
mouts: &[PortConnect],
|
||||
) -> Usually<(usize, &mut Track)> {
|
||||
let name: Arc<str> = name.map_or_else(
|
||||
||format!("t{:02}", self.track_last).into(),
|
||||
||format!("trk{:02}", self.track_last).into(),
|
||||
|x|x.to_string().into()
|
||||
);
|
||||
self.track_last += 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue