add sample viewer area

This commit is contained in:
🪞👃🪞 2024-12-28 18:45:30 +01:00
parent df00fedfd6
commit b63a5e31ba
5 changed files with 50 additions and 8 deletions

View file

@ -15,6 +15,8 @@ pub use self::jack::*;
pub mod midi; pub(crate) use self::midi::*;
pub mod meter; pub(crate) use self::meter::*;
pub mod piano_h; pub(crate) use self::piano_h::*;
pub mod transport; pub(crate) use self::transport::*;