extract has_sampler

This commit is contained in:
🪞👃🪞 2025-04-04 01:53:44 +03:00
parent 09c8e651d4
commit 432b916823
3 changed files with 34 additions and 30 deletions

View file

@ -25,3 +25,5 @@ pub(crate) use ratatui::{prelude::Rect, widgets::{Widget, canvas::{Canvas, Line}
// TODO!
let sample = Sample::new("test", 0, 0, vec![]);
}
mod has_sampler; pub use self::has_sampler::*;