mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
wip: refactor pt.8, 512 errors lol
This commit is contained in:
parent
a1818a8504
commit
a784f7a6f2
19 changed files with 238 additions and 183 deletions
|
|
@ -1,4 +1,4 @@
|
|||
pub(crate) use tek_core::*;
|
||||
pub(crate) use tek_api::*;
|
||||
pub(crate) use tek_core::crossterm::event::{KeyCode, KeyModifiers};
|
||||
pub(crate) use tek_core::midly::{num::u7, live::LiveEvent, MidiMessage};
|
||||
pub(crate) use tek_core::jack::*;
|
||||
|
|
@ -10,6 +10,7 @@ pub(crate) use std::ffi::OsString;
|
|||
pub(crate) use std::fs::read_dir;
|
||||
|
||||
submod! {
|
||||
tui_app
|
||||
tui_arrangement
|
||||
tui_arranger
|
||||
tui_arranger_bar
|
||||
|
|
@ -37,5 +38,6 @@ submod! {
|
|||
tui_sequencer_cmd
|
||||
tui_sequencer_foc
|
||||
tui_transport
|
||||
tui_transport_bar
|
||||
tui_transport_cmd
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue