reenable global midi ins/outs

This commit is contained in:
🪞👃🪞 2025-01-16 20:07:07 +01:00
parent dff6f1e279
commit 9b549d7dfe
2 changed files with 13 additions and 4 deletions

View file

@ -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.