samples in main

This commit is contained in:
🪞👃🪞 2024-06-29 16:29:20 +03:00
parent 15f71d0973
commit fad0caef88
3 changed files with 30 additions and 45 deletions

View file

@ -11,7 +11,7 @@ mod transport;
pub use self::track::Track;
pub use self::launcher::{Launcher, Scene};
pub use self::sequencer::{Sequencer, Phrase};
pub use self::chain::{Chain, Sampler, Plugin};
pub use self::chain::{Chain, Plugin, Sampler, Sample, Voice};
pub use self::looper::Looper;
pub use self::mixer::Mixer;