wip: component refactor

This commit is contained in:
🪞👃🪞 2024-06-21 12:13:11 +03:00
parent 5082bf9fdf
commit c18aa2cbbd
14 changed files with 374 additions and 272 deletions

View file

@ -7,6 +7,7 @@ mod sampler;
mod mixer;
mod looper;
mod plugin;
mod launcher;
pub use self::transport::Transport;
pub use self::chain::Chain;
@ -15,6 +16,7 @@ pub use self::sampler::Sampler;
pub use self::mixer::Mixer;
pub use self::looper::Looper;
pub use self::plugin::Plugin;
pub use self::launcher::Launcher;
use crossterm::event;