mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-04-04 13:20:44 +02:00
flatten arranger and piano modules
This commit is contained in:
parent
7a4fa1692b
commit
1723826cc2
19 changed files with 120 additions and 130 deletions
|
|
@ -7,6 +7,11 @@ mod arranger_track; pub(crate) use self::arranger_track::*;
|
|||
mod arranger_mode; pub(crate) use self::arranger_mode::*;
|
||||
mod arranger_v; #[allow(unused)] pub(crate) use self::arranger_v::*;
|
||||
mod arranger_h;
|
||||
mod arranger_v_clips; pub(crate) use self::arranger_v_clips::*;
|
||||
mod arranger_v_cursor; pub(crate) use self::arranger_v_cursor::*;
|
||||
mod arranger_v_head; pub(crate) use self::arranger_v_head::*;
|
||||
mod arranger_v_io; pub(crate) use self::arranger_v_io::*;
|
||||
mod arranger_v_sep; pub(crate) use self::arranger_v_sep::*;
|
||||
|
||||
/// Root view for standalone `tek_arranger`
|
||||
pub struct ArrangerTui {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue