mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-11 22:26:44 +01:00
api: compact
This commit is contained in:
parent
e4808f8fc1
commit
3ef3d5eb6f
22 changed files with 441 additions and 558 deletions
|
|
@ -22,12 +22,13 @@ pub(crate) use symphonia::{
|
|||
pub(crate) use ratatui::{prelude::Rect, widgets::{Widget, canvas::{Canvas, Line}}};
|
||||
|
||||
mod sampler_api; pub use self::sampler_api::*;
|
||||
mod sampler_data; pub use self::sampler_data::*;
|
||||
mod sampler_audio; pub use self::sampler_audio::*;
|
||||
mod sampler_browse; pub use self::sampler_browse::*;
|
||||
mod sampler_midi; pub use self::sampler_midi::*;
|
||||
mod sampler_model; pub use self::sampler_model::*;
|
||||
mod sampler_view; pub use self::sampler_view::*;
|
||||
|
||||
mod sampler_data;
|
||||
mod sampler_view;
|
||||
|
||||
#[cfg(test)] #[test] fn test_sampler () {
|
||||
// TODO!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue