make the tiny pianos a component

This commit is contained in:
🪞👃🪞 2025-01-26 10:22:16 +01:00
parent 414b5e1580
commit e2023bdf53
5 changed files with 44 additions and 3 deletions

View file

@ -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::*};