mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 20:26:42 +01:00
implement ConnectPort
This commit is contained in:
parent
0cca06e054
commit
9e4406c66a
4 changed files with 77 additions and 64 deletions
|
|
@ -10,7 +10,7 @@ use MidiEditCommand::*;
|
|||
use MidiPoolCommand::*;
|
||||
|
||||
pub struct Groovebox {
|
||||
_jack: Arc<RwLock<JackConnection>>,
|
||||
pub _jack: Arc<RwLock<JackConnection>>,
|
||||
pub player: MidiPlayer,
|
||||
pub pool: PoolModel,
|
||||
pub editor: MidiEditor,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue