This commit is contained in:
parent
89fd0f36c6
commit
e0600e9403
1 changed files with 9 additions and 4 deletions
|
|
@ -124,10 +124,15 @@ namespace DMX2
|
|||
|
||||
clientId = Invoke.snd_seq_client_id (seq_handle.Handle);
|
||||
|
||||
outport = inport = Invoke.snd_seq_create_simple_port (seq_handle.Handle, "dmx_ctrl",
|
||||
SND_SEQ_PORT_CAP_WRITE + SND_SEQ_PORT_CAP_SUBS_WRITE +
|
||||
SND_SEQ_PORT_CAP_READ + SND_SEQ_PORT_CAP_SUBS_READ,
|
||||
SND_SEQ_PORT_TYPE_APPLICATION);
|
||||
outport = inport = Invoke.snd_seq_create_simple_port (seq_handle.Handle,
|
||||
"dmx_ctrl",
|
||||
SND_SEQ_PORT_CAP_WRITE
|
||||
//+ SND_SEQ_PORT_CAP_SUBS_WRITE
|
||||
+ SND_SEQ_PORT_CAP_READ
|
||||
//+ SND_SEQ_PORT_CAP_SUBS_READ
|
||||
,
|
||||
SND_SEQ_PORT_TYPE_APPLICATION
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue