Property | Type | Description | |
---|---|---|---|
logCsoundOutput | bool | ||
mute | bool | ||
processClipAudio | bool |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
OnApplicationQuit ( ) : void | ||
OnAudioFilterRead ( float data, int channels ) : void | ||
Remap ( float value, float from1, float to1, float from2, float to2 ) : float | ||
get0dbfs ( ) : double | ||
getChannel ( string channel ) : double | ||
getFilePath ( Object obj ) : string | ||
getKsmps ( ) : uint | ||
getSample ( int frame, int channel ) : double | ||
getTableSample ( int tableNumber, int index ) : double | ||
logCsoundMessages ( ) : void | ||
parseCsdFile ( string filename ) : List |
||
performKsmps ( ) : int | ||
processBlock ( float samples, int numChannels ) : void | ||
sendScoreEvent ( string scoreEvent ) : void | ||
setChannel ( string channel, float val ) : void | ||
setKr ( ) : double | ||
setSample ( int frame, int channel, double sample ) : void | ||
setStringChannel ( string channel, string val ) : void |
public OnAudioFilterRead ( float data, int channels ) : void | ||
data | float | |
channels | int | |
return | void |
public static Remap ( float value, float from1, float to1, float from2, float to2 ) : float | ||
value | float | |
from1 | float | |
to1 | float | |
from2 | float | |
to2 | float | |
return | float |
public getChannel ( string channel ) : double | ||
channel | string | |
return | double |
public getSample ( int frame, int channel ) : double | ||
frame | int | |
channel | int | |
return | double |
public getTableSample ( int tableNumber, int index ) : double | ||
tableNumber | int | |
index | int | |
return | double |
public parseCsdFile ( string filename ) : List |
||
filename | string | |
return | List |
public processBlock ( float samples, int numChannels ) : void | ||
samples | float | |
numChannels | int | |
return | void |
public sendScoreEvent ( string scoreEvent ) : void | ||
scoreEvent | string | |
return | void |
public setChannel ( string channel, float val ) : void | ||
channel | string | |
val | float | |
return | void |
public setSample ( int frame, int channel, double sample ) : void | ||
frame | int | |
channel | int | |
sample | double | |
return | void |
public setStringChannel ( string channel, string val ) : void | ||
channel | string | |
val | string | |
return | void |