mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
bye launcher
This commit is contained in:
parent
7bc396e748
commit
2165e5d45d
10 changed files with 451 additions and 862 deletions
|
|
@ -1,5 +1,4 @@
|
|||
pub mod chain;
|
||||
pub mod launcher;
|
||||
pub mod looper;
|
||||
pub mod mixer;
|
||||
pub mod phrase;
|
||||
|
|
@ -13,7 +12,6 @@ pub use self::phrase::Phrase;
|
|||
pub use self::scene::Scene;
|
||||
pub use self::track::Track;
|
||||
pub use self::sequencer::{Sequencer, SequencerMode};
|
||||
pub use self::launcher::{Launcher, LauncherMode};
|
||||
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