mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 20:56:43 +01:00
wip: p.45, e=33, lotta todo!
This commit is contained in:
parent
260736f31d
commit
627c7d8820
17 changed files with 198 additions and 226 deletions
|
|
@ -25,8 +25,8 @@ pub struct ArrangerTui {
|
|||
pub midi_buf: Vec<Vec<Vec<u8>>>,
|
||||
pub cursor: (usize, usize),
|
||||
pub menu_bar: Option<MenuBar<Tui, Self, ArrangerCommand>>,
|
||||
pub status_bar: Option<S>,
|
||||
pub history: Vec<C>,
|
||||
pub status_bar: Option<ArrangerStatus>,
|
||||
pub history: Vec<ArrangerCommand>,
|
||||
}
|
||||
|
||||
impl TryFrom<&Arc<RwLock<JackClient>>> for ArrangerTui {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue