move project contents to main

This commit is contained in:
🪞👃🪞 2024-06-29 05:27:41 +03:00
parent 8a8d7b8704
commit 1b7892d11f
4 changed files with 102 additions and 104 deletions

View file

@ -10,14 +10,15 @@ mod sequencer;
mod track;
mod transport;
pub use self::track::Track;
pub use self::launcher::{Launcher, Scene};
pub use self::sequencer::{Sequencer, Phrase};
pub use self::chain::Chain;
pub use self::launcher::Launcher;
pub use self::plugin::Plugin;
pub use self::looper::Looper;
pub use self::mixer::Mixer;
pub use self::plugin::Plugin;
pub use self::sampler::Sampler;
pub use self::sequencer::{Sequencer, Phrase};
pub use self::track::Track;
pub use self::transport::Transport;
use crossterm::event;