mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
add cli args to connect sequencer to midi ports
This commit is contained in:
parent
48ec9af019
commit
8644d84ad6
9 changed files with 222 additions and 194 deletions
|
|
@ -1,4 +1,4 @@
|
|||
pub mod core; pub(crate) use self::core::*;
|
||||
pub mod core; pub use self::core::*;
|
||||
pub mod time; pub(crate) use self::time::*;
|
||||
pub mod space; pub(crate) use self::space::*;
|
||||
pub mod tui; pub(crate) use self::tui::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue