mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
unify view_clips
This commit is contained in:
parent
7b3bbc5590
commit
d1bb33dc41
11 changed files with 168 additions and 128 deletions
|
|
@ -7,7 +7,8 @@ pub(crate) use PortConnectScope::*;
|
|||
pub(crate) use PortConnectStatus::*;
|
||||
pub(crate) use std::sync::{Arc, RwLock};
|
||||
pub use ::jack; pub(crate) use ::jack::{
|
||||
contrib::ClosureProcessHandler, NotificationHandler,
|
||||
//contrib::ClosureProcessHandler,
|
||||
NotificationHandler,
|
||||
Client, AsyncClient, ClientOptions, ClientStatus,
|
||||
ProcessScope, Control, Frames,
|
||||
Port, PortId, PortSpec, PortFlags,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue