fix some errors and warnings

This commit is contained in:
🪞👃🪞 2025-03-09 05:43:25 +02:00
parent 64d520e75c
commit 438a2d86a6
3 changed files with 97 additions and 53 deletions

View file

@ -1,3 +1,5 @@
#![allow(unused)]
#![allow(dead_code)]
mod sampler; pub use self::sampler::*;
pub(crate) use ::tek_jack::{*, jack::*};
pub(crate) use ::tek_midi::{*, midly::{*, live::*, num::*}};