프로퍼티 | 타입 | 설명 | |
---|---|---|---|
baseDir | string | ||
csound | IntPtr |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System |
public static getMessageText ( IntPtr message ) : string | ||
message | IntPtr | |
리턴 | string |
public getSpoutSample ( int frame, int channel ) : double | ||
frame | int | |
channel | int | |
리턴 | double |
public sendScoreEvent ( string scoreEvent ) : void | ||
scoreEvent | string | |
리턴 | void |
public setChannel ( string channel, float value ) : void | ||
channel | string | |
value | float | |
리턴 | void |
public setSpinSample ( int frame, int channel, double sample ) : void | ||
frame | int | |
channel | int | |
sample | double | |
리턴 | void |
public setStringChannel ( string channel, string value ) : void | ||
channel | string | |
value | string | |
리턴 | void |