mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 20:56:43 +01:00
app trait impls
This commit is contained in:
parent
af2e237b94
commit
93fa3c26b4
4 changed files with 156 additions and 137 deletions
|
|
@ -1,6 +1,7 @@
|
|||
mod sampler; pub use self::sampler::*;
|
||||
mod sampler_tui; pub use self::sampler_tui::*;
|
||||
mod sampler_cmd; pub use self::sampler_cmd::*;
|
||||
mod has_sampler; pub use self::has_sampler::*;
|
||||
|
||||
pub(crate) use ::tek_jack::{*, jack::*};
|
||||
pub(crate) use ::tek_midi::{*, midly::{*, live::*, num::*}};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue