wip: refactor pt.8, 512 errors lol

This commit is contained in:
🪞👃🪞 2024-11-10 15:40:45 +01:00
parent a1818a8504
commit a784f7a6f2
19 changed files with 238 additions and 183 deletions

View file

@ -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
}