C# 클래스 CsoundUnityBridge, CsoundUnity

파일 보기 프로젝트 열기: rorywalsh/CsoundUnity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

메소드 상세

CsoundUnityBridge() 공개 메소드

public CsoundUnityBridge ( string csoundDir, string csdFile ) : System
csoundDir string
csdFile string
리턴 System

compiledWithoutError() 공개 메소드

public compiledWithoutError ( ) : bool
리턴 bool

get0dbfs() 공개 메소드

public get0dbfs ( ) : double
리턴 double

getChannel() 공개 메소드

public getChannel ( string channel ) : double
channel string
리턴 double

getCsoundMessage() 공개 메소드

public getCsoundMessage ( ) : string
리턴 string

getCsoundMessageCount() 공개 메소드

public getCsoundMessageCount ( ) : int
리턴 int

getKr() 공개 메소드

public getKr ( ) : double
리턴 double

getKsmps() 공개 메소드

public getKsmps ( ) : uint
리턴 uint

getMessageText() 공개 정적인 메소드

public static getMessageText ( IntPtr message ) : string
message IntPtr
리턴 string

getSpoutSample() 공개 메소드

public getSpoutSample ( int frame, int channel ) : double
frame int
channel int
리턴 double

getTable() 공개 메소드

public getTable ( int table, int index ) : double
table int
index int
리턴 double

performKsmps() 공개 메소드

public performKsmps ( ) : int
리턴 int

reset() 공개 메소드

public reset ( ) : void
리턴 void

sendScoreEvent() 공개 메소드

public sendScoreEvent ( string scoreEvent ) : void
scoreEvent string
리턴 void

setChannel() 공개 메소드

public setChannel ( string channel, float value ) : void
channel string
value float
리턴 void

setSpinSample() 공개 메소드

public setSpinSample ( int frame, int channel, double sample ) : void
frame int
channel int
sample double
리턴 void

setStringChannel() 공개 메소드

public setStringChannel ( string channel, string value ) : void
channel string
value string
리턴 void

stopCsound() 공개 메소드

public stopCsound ( ) : void
리턴 void

프로퍼티 상세

baseDir 공개적으로 프로퍼티

public string baseDir
리턴 string

csound 공개적으로 프로퍼티

public IntPtr csound
리턴 IntPtr