mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
fix warnings
This commit is contained in:
parent
2ef9628ab8
commit
e5752ea4b0
13 changed files with 16 additions and 22 deletions
|
|
@ -1,11 +1,10 @@
|
|||
use crate::*;
|
||||
|
||||
mod seq_clip; pub use self::seq_clip::*;
|
||||
mod seq_launch; pub use self::seq_launch::*;
|
||||
mod seq_model; pub use self::seq_model::*;
|
||||
mod seq_view; pub use self::seq_view::*;
|
||||
|
||||
#[cfg(test)] #[test] pub fn test_midi_clip () {
|
||||
use crate::*;
|
||||
let clip = MidiClip::stop_all();
|
||||
println!("{clip:?}");
|
||||
|
||||
|
|
@ -22,6 +21,7 @@ mod seq_view; pub use self::seq_view::*;
|
|||
}
|
||||
|
||||
#[cfg(test)] #[test] fn test_midi_play () {
|
||||
use crate::*;
|
||||
let sequencer = Sequencer::default();
|
||||
println!("{sequencer:?}");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue