Property | Type | Description | |
---|---|---|---|
baseDir | string | ||
csound | IntPtr |
Method | Description | |
---|---|---|
CsoundUnityBridge ( string csoundDir, string csdFile ) : System | ||
compiledWithoutError ( ) : bool | ||
get0dbfs ( ) : double | ||
getChannel ( string channel ) : double | ||
getCsoundMessage ( ) : string | ||
getCsoundMessageCount ( ) : int | ||
getKr ( ) : double | ||
getKsmps ( ) : uint | ||
getMessageText ( IntPtr message ) : string | ||
getSpoutSample ( int frame, int channel ) : double | ||
getTable ( int table, int index ) : double | ||
performKsmps ( ) : int | ||
reset ( ) : void | ||
sendScoreEvent ( string scoreEvent ) : void | ||
setChannel ( string channel, float value ) : void | ||
setSpinSample ( int frame, int channel, double sample ) : void | ||
setStringChannel ( string channel, string value ) : void | ||
stopCsound ( ) : void |
public CsoundUnityBridge ( string csoundDir, string csdFile ) : System | ||
csoundDir | string | |
csdFile | string | |
return | System |
public getChannel ( string channel ) : double | ||
channel | string | |
return | double |
public static getMessageText ( IntPtr message ) : string | ||
message | IntPtr | |
return | string |
public getSpoutSample ( int frame, int channel ) : double | ||
frame | int | |
channel | int | |
return | double |
public getTable ( int table, int index ) : double | ||
table | int | |
index | int | |
return | double |
public sendScoreEvent ( string scoreEvent ) : void | ||
scoreEvent | string | |
return | void |
public setChannel ( string channel, float value ) : void | ||
channel | string | |
value | float | |
return | void |
public setSpinSample ( int frame, int channel, double sample ) : void | ||
frame | int | |
channel | int | |
sample | double | |
return | void |
public setStringChannel ( string channel, string value ) : void | ||
channel | string | |
value | string | |
return | void |