C# Class KalimbaPdImplNetwork, kalimba

Inheritance: KalimbaPdImplAbstract, IDisposable
Show file Open project: hagish/kalimba

Public Methods

Method Description
CloseFile ( int patchId ) : void
Init ( ) : void
KalimbaPdImplNetwork ( ) : System
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
constructAndSendMessagesToSendMessage ( string message ) : void
error ( string text ) : void
sendPdMessage ( string message ) : void
setup ( ) : void

Method Details

CloseFile() public method

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

Init() public method

public Init ( ) : void
return void

KalimbaPdImplNetwork() public method

public KalimbaPdImplNetwork ( ) : System
return System

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