mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 04:36:45 +01:00
extract piano_horizontal
This commit is contained in:
parent
69faadac2b
commit
09a7d17121
11 changed files with 470 additions and 483 deletions
|
|
@ -9,19 +9,21 @@ mod engine_output; pub(crate) use engine_output::*;
|
|||
|
||||
mod app_transport; pub(crate) use app_transport::*;
|
||||
mod app_sequencer; pub(crate) use app_sequencer::*;
|
||||
mod app_groovebox; pub(crate) use app_groovebox::*;
|
||||
mod app_arranger; pub(crate) use app_arranger::*;
|
||||
|
||||
////////////////////////////////////////////////////////
|
||||
|
||||
mod status_bar; pub(crate) use status_bar::*;
|
||||
mod file_browser; pub(crate) use file_browser::*;
|
||||
mod phrase_editor; pub(crate) use phrase_editor::*;
|
||||
mod phrase_length; pub(crate) use phrase_length::*;
|
||||
mod phrase_rename; pub(crate) use phrase_rename::*;
|
||||
mod phrase_list; pub(crate) use phrase_list::*;
|
||||
mod phrase_player; pub(crate) use phrase_player::*;
|
||||
mod phrase_select; pub(crate) use phrase_select::*;
|
||||
mod port_select; pub(crate) use port_select::*;
|
||||
mod status_bar; pub(crate) use status_bar::*;
|
||||
mod file_browser; pub(crate) use file_browser::*;
|
||||
mod phrase_editor; pub(crate) use phrase_editor::*;
|
||||
mod piano_horizontal; pub(crate) use piano_horizontal::*;
|
||||
mod phrase_length; pub(crate) use phrase_length::*;
|
||||
mod phrase_rename; pub(crate) use phrase_rename::*;
|
||||
mod phrase_list; pub(crate) use phrase_list::*;
|
||||
mod phrase_player; pub(crate) use phrase_player::*;
|
||||
mod phrase_select; pub(crate) use phrase_select::*;
|
||||
mod port_select; pub(crate) use port_select::*;
|
||||
|
||||
////////////////////////////////////////////////////////
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue