mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 04:36:45 +01:00
wip: component refactor
This commit is contained in:
parent
5082bf9fdf
commit
c18aa2cbbd
14 changed files with 374 additions and 272 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue