mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-04-04 05:10:44 +02:00
move project contents to main
This commit is contained in:
parent
8a8d7b8704
commit
1b7892d11f
4 changed files with 102 additions and 104 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue