mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
wip: p.47, e=24, and even more todo!
This commit is contained in:
parent
2977247597
commit
28d0020261
9 changed files with 250 additions and 228 deletions
|
|
@ -0,0 +1,6 @@
|
|||
use crate::*;
|
||||
|
||||
pub trait HasColor {
|
||||
fn color (&self) -> ItemColor;
|
||||
fn color_mut (&self) -> &mut ItemColor;
|
||||
}
|
||||
|
|
@ -9,15 +9,16 @@ pub(crate) use tek_core::jack::{
|
|||
};
|
||||
|
||||
submod! {
|
||||
//api_jack
|
||||
api_clip
|
||||
api_clock
|
||||
api_color
|
||||
api_jack
|
||||
api_phrase
|
||||
api_player
|
||||
api_playhead
|
||||
api_scene
|
||||
api_track
|
||||
api_clock
|
||||
api_jack
|
||||
api_player
|
||||
api_phrase
|
||||
api_playhead
|
||||
|
||||
//api_mixer
|
||||
//api_channel
|
||||
//api_plugin
|
||||
|
|
@ -26,13 +27,6 @@ submod! {
|
|||
//api_sampler
|
||||
//api_sampler_sample
|
||||
//api_sampler_voice
|
||||
|
||||
//model_scene
|
||||
//model_track
|
||||
//model_clock
|
||||
//model_phrase
|
||||
//model_player
|
||||
//model_pool
|
||||
}
|
||||
|
||||
pub trait JackActivate: Sized {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue