mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
wip: refactor pt.9, 403 errors
This commit is contained in:
parent
a784f7a6f2
commit
8aa1ba8d0f
29 changed files with 1008 additions and 902 deletions
|
|
@ -11,32 +11,46 @@ pub(crate) use std::fs::read_dir;
|
|||
|
||||
submod! {
|
||||
tui_app
|
||||
|
||||
tui_arrangement
|
||||
tui_arrangement_cmd
|
||||
tui_arrangement_foc
|
||||
|
||||
tui_arranger
|
||||
tui_arranger_bar
|
||||
tui_arranger_cmd
|
||||
tui_arranger_col
|
||||
tui_arranger_foc
|
||||
tui_arranger_hor
|
||||
tui_arranger_ver
|
||||
|
||||
tui_mixer
|
||||
tui_mixer_cmd
|
||||
|
||||
tui_phrase
|
||||
tui_phrase_cmd
|
||||
|
||||
tui_plugin
|
||||
tui_plugin_cmd
|
||||
tui_plugin_lv2
|
||||
tui_plugin_lv2_gui
|
||||
tui_plugin_vst2
|
||||
tui_plugin_vst3
|
||||
|
||||
tui_pool
|
||||
tui_pool_cmd
|
||||
tui_pool_length
|
||||
tui_pool_rename
|
||||
|
||||
tui_sampler
|
||||
tui_sampler_cmd
|
||||
|
||||
tui_sequencer
|
||||
tui_sequencer_bar
|
||||
tui_sequencer_cmd
|
||||
tui_sequencer_foc
|
||||
|
||||
tui_theme
|
||||
|
||||
tui_transport
|
||||
tui_transport_bar
|
||||
tui_transport_cmd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue