mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +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 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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue