mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
wip: refactor pt.35 (16e) even more traits, even fewer structs
This commit is contained in:
parent
beca1a6ade
commit
7af5bbd02b
12 changed files with 121 additions and 191 deletions
|
|
@ -30,12 +30,10 @@ submod! {
|
|||
|
||||
model_scene
|
||||
model_track
|
||||
model_clock
|
||||
//model_clock
|
||||
model_phrase
|
||||
model_player
|
||||
model_pool
|
||||
model_sequencer
|
||||
model_transport
|
||||
}
|
||||
|
||||
//impl Command<ArrangerModel> for ArrangerSceneCommand {
|
||||
|
|
@ -100,3 +98,15 @@ submod! {
|
|||
//_ => todo!("arrangement: move forward")
|
||||
//}
|
||||
//}
|
||||
|
||||
//impl From<Instant> for Clock {
|
||||
//fn from (current: Instant) -> Self {
|
||||
//Self {
|
||||
//playing: Some(TransportState::Stopped).into(),
|
||||
//started: None.into(),
|
||||
//quant: 24.into(),
|
||||
//sync: (current.timebase.ppq.get() * 4.).into(),
|
||||
//current,
|
||||
//}
|
||||
//}
|
||||
//}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue