mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 04:36:45 +01:00
wip: p.52, e=5, collecting tui by layer p.2
This commit is contained in:
parent
7b3c013aa7
commit
9b996878c2
31 changed files with 2005 additions and 2030 deletions
|
|
@ -13,42 +13,28 @@ use std::fmt::Debug;
|
|||
|
||||
submod! {
|
||||
|
||||
tui_model
|
||||
tui_jack
|
||||
tui_handle
|
||||
tui_apis
|
||||
tui_cmd
|
||||
tui_focus
|
||||
tui_status
|
||||
tui_handle
|
||||
tui_jack
|
||||
tui_menu
|
||||
tui_model
|
||||
tui_status
|
||||
tui_theme
|
||||
tui_select
|
||||
|
||||
tui_arranger
|
||||
tui_arranger_cmd
|
||||
tui_arranger_scene
|
||||
tui_arranger_select
|
||||
tui_arranger_track
|
||||
tui_arranger_view
|
||||
tui_phrase
|
||||
tui_sequencer
|
||||
|
||||
//tui_mixer // TODO
|
||||
tui_phrase
|
||||
tui_phrase_cmd
|
||||
tui_phrase_view
|
||||
//tui_plugin // TODO
|
||||
//tui_plugin_lv2
|
||||
//tui_plugin_lv2_gui
|
||||
//tui_plugin_vst2
|
||||
//tui_plugin_vst3
|
||||
tui_pool
|
||||
tui_pool_cmd
|
||||
tui_pool_view
|
||||
//tui_sampler // TODO
|
||||
//tui_sampler_cmd
|
||||
tui_sequencer
|
||||
tui_sequencer_cmd
|
||||
tui_sequencer_view
|
||||
|
||||
tui_theme
|
||||
tui_transport
|
||||
tui_transport_cmd
|
||||
tui_transport_view
|
||||
}
|
||||
|
||||
// TODO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue