mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-11 22:26:44 +01:00
extract has_sampler
This commit is contained in:
parent
09c8e651d4
commit
432b916823
3 changed files with 34 additions and 30 deletions
|
|
@ -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::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue