mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
wip: refactor pt.36 (10e) fewer structs, more field duplication
This commit is contained in:
parent
7af5bbd02b
commit
92bcd19925
11 changed files with 136 additions and 65 deletions
|
|
@ -10,15 +10,14 @@ pub(crate) use tek_core::jack::{
|
|||
|
||||
submod! {
|
||||
//api_jack
|
||||
|
||||
api_clip
|
||||
api_scene
|
||||
api_track
|
||||
api_clock
|
||||
api_jack
|
||||
api_player
|
||||
api_playhead
|
||||
api_pool
|
||||
api_sequencer
|
||||
//api_mixer
|
||||
//api_channel
|
||||
//api_plugin
|
||||
|
|
@ -28,11 +27,11 @@ submod! {
|
|||
//api_sampler_sample
|
||||
//api_sampler_voice
|
||||
|
||||
model_scene
|
||||
model_track
|
||||
//model_scene
|
||||
//model_track
|
||||
//model_clock
|
||||
model_phrase
|
||||
model_player
|
||||
//model_player
|
||||
model_pool
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue