C# Class LibPdFilterRead, wat

Inheritance: MonoBehaviour
Afficher le fichier Open project: AVUIs/wat

Méthodes publiques

Свойство Type Description
nameOfPatch string

Méthodes publiques

Méthode 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 méthode

public Awake ( ) : void
Résultat void

OnApplicationQuit() public méthode

public OnApplicationQuit ( ) : void
Résultat void

OnAudioFilterRead() public méthode

public OnAudioFilterRead ( float data, int channels ) : void
data float
channels int
Résultat void

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

ReceivePrint() public méthode

public ReceivePrint ( string msg ) : void
msg string
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

closePatch() public méthode

public closePatch ( int patchHandle ) : bool
patchHandle int
Résultat bool

loadPatch() public méthode

public loadPatch ( string patchName ) : int
patchName string
Résultat int

openPd() public méthode

public openPd ( ) : int
Résultat int

Property Details

nameOfPatch public_oe property

public string nameOfPatch
Résultat string