C# Class KalimbaPdImplIOs, kalimba

Inheritance: KalimbaPdImplAbstract
ファイルを表示 Open project: hagish/kalimba

Public Methods

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

Private Methods

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

Method Details

CloseFile() public method

public CloseFile ( int patchId ) : void
patchId int
return void

Init() public method

public Init ( ) : void
return void

OpenFile() public method

public OpenFile ( string baseName, string pathName ) : int
baseName string
pathName string
return int

SendBangToReceiver() public method

public SendBangToReceiver ( string receiverName ) : void
receiverName string
return void

SendFloat() public method

public SendFloat ( float val, string receiverName ) : void
val float
receiverName string
return void

SendSymbol() public method

public SendSymbol ( string symbol, string receiverName ) : void
symbol string
receiverName string
return void