mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
bye sequencer
This commit is contained in:
parent
2165e5d45d
commit
316fe45b2a
12 changed files with 510 additions and 759 deletions
|
|
@ -5,13 +5,11 @@ pub mod phrase;
|
|||
pub mod plugin;
|
||||
pub mod sampler;
|
||||
pub mod scene;
|
||||
pub mod sequencer;
|
||||
pub mod track;
|
||||
|
||||
pub use self::phrase::Phrase;
|
||||
pub use self::scene::Scene;
|
||||
pub use self::track::Track;
|
||||
pub use self::sequencer::{Sequencer, SequencerMode};
|
||||
pub use self::chain::Chain;
|
||||
pub use self::sampler::{Sampler, Sample};
|
||||
pub use self::mixer::Mixer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue