Method | Description | |
---|---|---|
CloseFile ( int patchId ) : void | ||
Init ( ) : void | ||
OpenFile ( string baseName, string pathName ) : int | ||
SendBangToReceiver ( string receiverName ) : void | ||
SendFloat ( float val, string receiverName ) : void | ||
SendSymbol ( string symbol, string receiverName ) : void |
Method | Description | |
---|---|---|
_closeFile ( int patchId ) : int | ||
_init ( ) : void | ||
_openFile ( string baseName, string pathName ) : int | ||
_sendBangToReceiver ( string receiverName ) : void | ||
_sendFloat ( float val, string receiverName ) : void | ||
_sendSymbol ( string symbol, string receiverName ) : void |
public OpenFile ( string baseName, string pathName ) : int | ||
baseName | string | |
pathName | string | |
return | int |
public SendBangToReceiver ( string receiverName ) : void | ||
receiverName | string | |
return | void |
public SendFloat ( float val, string receiverName ) : void | ||
val | float | |
receiverName | string | |
return | void |
public SendSymbol ( string symbol, string receiverName ) : void | ||
symbol | string | |
receiverName | string | |
return | void |