mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
reenable global midi ins/outs
This commit is contained in:
parent
dff6f1e279
commit
9b549d7dfe
2 changed files with 13 additions and 4 deletions
|
|
@ -2,10 +2,10 @@ use crate::*;
|
|||
|
||||
#[derive(Debug)]
|
||||
pub struct JackPort<T: PortSpec> {
|
||||
/// Port name
|
||||
pub name: Arc<str>,
|
||||
/// Handle to JACK client, for receiving reconnect events.
|
||||
pub jack: Arc<RwLock<JackConnection>>,
|
||||
/// Port name
|
||||
pub name: Arc<str>,
|
||||
/// Port handle.
|
||||
pub port: Port<T>,
|
||||
/// List of ports to connect to.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue