mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 04:36:45 +01:00
make the tiny pianos a component
This commit is contained in:
parent
414b5e1580
commit
e2023bdf53
5 changed files with 44 additions and 3 deletions
|
|
@ -10,6 +10,7 @@ mod midi_pool; pub use midi_pool::*;
|
|||
mod midi_range; pub use midi_range::*;
|
||||
mod midi_view; pub use midi_view::*;
|
||||
mod piano_h; pub use self::piano_h::*;
|
||||
mod piano_v; pub use self::piano_v::*;
|
||||
|
||||
pub(crate) use ::tek_time::*;
|
||||
pub(crate) use ::tek_jack::{*, jack::*};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue