mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 12:46:42 +01:00
wip: build arranger out of freestanding functions
This commit is contained in:
parent
4dbbe0340a
commit
4229364363
12 changed files with 570 additions and 472 deletions
|
|
@ -8,7 +8,6 @@ impl Tek {
|
|||
scene_color_1.mix(scene_color_2, i as f32 / n as f32).into()
|
||||
))?;
|
||||
}
|
||||
self.redraw_arranger();
|
||||
Ok(())
|
||||
}
|
||||
pub fn scene_add (&mut self, name: Option<&str>, color: Option<ItemPalette>)
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ impl Tek {
|
|||
track.width = width;
|
||||
}
|
||||
}
|
||||
self.redraw_arranger();
|
||||
Ok(())
|
||||
}
|
||||
pub fn track_add (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue