mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
separate tui model and view layers
This commit is contained in:
parent
1060afa4f3
commit
416acd9f7b
19 changed files with 1124 additions and 1095 deletions
|
|
@ -14,7 +14,6 @@ use std::fmt::Debug;
|
|||
submod! {
|
||||
tui_apps
|
||||
tui_command
|
||||
tui_content
|
||||
tui_control
|
||||
tui_debug
|
||||
tui_focus
|
||||
|
|
@ -24,10 +23,23 @@ submod! {
|
|||
tui_impls
|
||||
tui_jack
|
||||
tui_menu
|
||||
tui_model
|
||||
tui_select
|
||||
tui_status
|
||||
tui_theme
|
||||
tui_view
|
||||
tui_widget
|
||||
|
||||
tui_model_arranger
|
||||
tui_model_clock
|
||||
tui_model_file_browser
|
||||
tui_model_phrase_editor
|
||||
tui_model_phrase_length
|
||||
tui_model_phrase_list
|
||||
tui_model_phrase_player
|
||||
|
||||
tui_view_arranger
|
||||
tui_view_file_browser
|
||||
tui_view_phrase_editor
|
||||
tui_view_phrase_length
|
||||
tui_view_phrase_list
|
||||
tui_view_sequencer
|
||||
tui_view_transport
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue