mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-12 06:36:41 +01:00
reorder transport
This commit is contained in:
parent
340919830a
commit
84d650adf2
8 changed files with 147 additions and 107 deletions
|
|
@ -59,7 +59,8 @@ impl TryFrom<&Arc<RwLock<JackClient>>> for ArrangerTui {
|
|||
status_bar: None,
|
||||
midi_buf: vec![vec![];65536],
|
||||
note_buf: vec![],
|
||||
focus: FocusState::Entered(AppFocus::Content(ArrangerFocus::Transport(TransportFocus::Bpm)))
|
||||
focus: FocusState::Entered(AppFocus::Content(ArrangerFocus::Transport(TransportFocus::Bpm))),
|
||||
perf: PerfModel::default(),
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue