mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 04:36:45 +01:00
wip: p.42, e=22, more intermediary trait layers
This commit is contained in:
parent
638298ad32
commit
dbf6e353b7
15 changed files with 937 additions and 688 deletions
|
|
@ -13,6 +13,8 @@ use std::fmt::Debug;
|
|||
|
||||
submod! {
|
||||
tui_arranger
|
||||
tui_arranger_track
|
||||
tui_arranger_scene
|
||||
//tui_mixer // TODO
|
||||
tui_phrase
|
||||
//tui_plugin // TODO
|
||||
|
|
@ -24,9 +26,11 @@ submod! {
|
|||
//tui_sampler // TODO
|
||||
//tui_sampler_cmd
|
||||
tui_sequencer
|
||||
tui_sequencer_cmd
|
||||
tui_status
|
||||
tui_theme
|
||||
tui_transport
|
||||
tui_transport_cmd
|
||||
}
|
||||
|
||||
pub struct AppView<E, A, C, S>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue