mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
wip: fixed piano
This commit is contained in:
parent
86188b59db
commit
1b82a957aa
9 changed files with 100 additions and 105 deletions
|
|
@ -12,9 +12,7 @@ mod midi_view; pub use midi_view::*;
|
|||
mod midi_editor; pub use midi_editor::*;
|
||||
mod midi_select; pub use midi_select::*;
|
||||
|
||||
mod piano_h; pub use self::piano_h::*;
|
||||
mod piano_h_keys; pub use self::piano_h_keys::*;
|
||||
mod piano_h_time; pub use self::piano_h_time::*;
|
||||
mod piano_h; pub use self::piano_h::*;
|
||||
|
||||
pub(crate) use ::tek_time::*;
|
||||
pub(crate) use ::tek_jack::{*, jack::*};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue