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 use tek_core::*;
pub(crate) use tek_core::midly::{*, live::LiveEvent, num::u7};
pub(crate) use std::thread::JoinHandle;
pub(crate) use std::fmt::{Debug, Formatter, Error};
@ -9,6 +9,8 @@ pub(crate) use tek_core::jack::{
};
submod! {
api_jack
arrange
clock
mixer
phrase
@ -16,14 +18,13 @@ submod! {
plugin_kind
plugin_lv2
pool
sampler
sample
scene scene_cmd
sampler
scene
scene_cmd
sequencer
track
transport transport_cmd
transport
transport_cmd
voice
api_cmd
api_jack
}