C# Class LibPdFilterRead, wat

Inheritance: MonoBehaviour
ファイルを表示 Open project: AVUIs/wat

Public Properties

Property Type Description
nameOfPatch string

Public Methods

Method Description
Awake ( ) : void
OnApplicationQuit ( ) : void
OnAudioFilterRead ( float data, int channels ) : void
OnDestroy ( ) : void
ReceivePrint ( string msg ) : void
Update ( ) : void
closePatch ( int patchHandle ) : bool
loadPatch ( string patchName ) : int
openPd ( ) : int

Method Details

Awake() public method

public Awake ( ) : void
return void

OnApplicationQuit() public method

public OnApplicationQuit ( ) : void
return void

OnAudioFilterRead() public method

public OnAudioFilterRead ( float data, int channels ) : void
data float
channels int
return void

OnDestroy() public method

public OnDestroy ( ) : void
return void

ReceivePrint() public method

public ReceivePrint ( string msg ) : void
msg string
return void

Update() public method

public Update ( ) : void
return void

closePatch() public method

public closePatch ( int patchHandle ) : bool
patchHandle int
return bool

loadPatch() public method

public loadPatch ( string patchName ) : int
patchName string
return int

openPd() public method

public openPd ( ) : int
return int

Property Details

nameOfPatch public_oe property

public string nameOfPatch
return string