mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
move piano_h to top of crate
This commit is contained in:
parent
12f6b679c7
commit
51971e4c25
11 changed files with 39 additions and 27 deletions
|
|
@ -15,6 +15,8 @@ pub use self::jack::*;
|
|||
|
||||
pub mod midi; pub(crate) use self::midi::*;
|
||||
|
||||
pub mod piano_h; pub(crate) use self::piano_h::*;
|
||||
|
||||
pub mod transport; pub(crate) use self::transport::*;
|
||||
pub use self::transport::TransportTui;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue