mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
autofix ~200 warnings
This commit is contained in:
parent
7620739e0d
commit
69bc8e69fd
14 changed files with 21 additions and 28 deletions
|
|
@ -2,7 +2,7 @@ pub mod core; pub(crate) use self::core::*;
|
|||
pub mod time; pub(crate) use self::time::*;
|
||||
pub mod space; pub(crate) use self::space::*;
|
||||
pub mod tui; pub(crate) use self::tui::*;
|
||||
pub mod edn; pub(crate) use self::edn::*;
|
||||
pub mod edn;
|
||||
pub mod jack; pub(crate) use self::jack::*;
|
||||
pub mod midi; pub(crate) use self::midi::*;
|
||||
pub mod audio; pub(crate) use self::audio::*;
|
||||
|
|
@ -71,7 +71,7 @@ pub(crate) use ::jack::{
|
|||
Client, AsyncClient, ClientOptions, ClientStatus,
|
||||
ProcessScope, Control, CycleTimes,
|
||||
Port, PortId,
|
||||
PortSpec, MidiIn, MidiOut, AudioIn, AudioOut, Unowned,
|
||||
PortSpec, MidiIn, MidiOut, AudioOut, Unowned,
|
||||
Transport, TransportState, MidiIter, RawMidi,
|
||||
Frames,
|
||||
NotificationHandler,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue