Méthode | Description | |
---|---|---|
Connect ( |
Connect the specified outPort and inPort.
|
|
Controller ( string name ) : System |
Initializes a new instance of the JackSharp.Controller class.
|
|
Disconnect ( |
Disconnect the specified outPort and inPort.
|
|
Start ( bool startServer = false ) : bool |
Activates the client and connects to Jack.
|
|
Stop ( ) : bool |
Stops the client and disconnects from Jack.
|
Méthode | Description | |
---|---|---|
GetAndSendConnections ( List |
||
GetAndSendPorts ( ) : List |
||
MapPort ( uint portId ) : |
||
OnClientRegistration ( string name, int register, |
||
OnPortConnect ( uint a, uint b, int connect, |
||
OnPortRegistration ( uint portId, int register, |
||
OnPortRename ( uint portId, string oldName, string newName, |
||
Open ( bool startServer ) : bool | ||
SendPortsAndConnections ( ) : void | ||
SetUpCallbacks ( ) : void | ||
WireUpCallbacks ( ) : void |
public Connect ( |
||
outPort | Out port. | |
inPort | In port. | |
Résultat | bool |
public Controller ( string name ) : System | ||
name | string | Name. |
Résultat | System |
public Disconnect ( |
||
outPort | Out port. | |
inPort | In port. | |
Résultat | bool |
public Start ( bool startServer = false ) : bool | ||
startServer | bool | If [true], the client will start Jack if it is not running. |
Résultat | bool |