C# 클래스 CsoundUnity, CsoundUnity

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

공개 프로퍼티들

프로퍼티 타입 설명
logCsoundOutput bool
mute bool
processClipAudio bool

공개 메소드들

메소드 설명
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

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

OnApplicationQuit() 공개 메소드

public OnApplicationQuit ( ) : void
리턴 void

OnAudioFilterRead() 공개 메소드

public OnAudioFilterRead ( float data, int channels ) : void
data float
channels int
리턴 void

Remap() 공개 정적인 메소드

public static Remap ( float value, float from1, float to1, float from2, float to2 ) : float
value float
from1 float
to1 float
from2 float
to2 float
리턴 float

get0dbfs() 공개 메소드

public get0dbfs ( ) : double
리턴 double

getChannel() 공개 메소드

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

getFilePath() 공개 메소드

public getFilePath ( Object obj ) : string
obj Object
리턴 string

getKsmps() 공개 메소드

public getKsmps ( ) : uint
리턴 uint

getSample() 공개 메소드

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

getTableSample() 공개 메소드

public getTableSample ( int tableNumber, int index ) : double
tableNumber int
index int
리턴 double

logCsoundMessages() 공개 메소드

public logCsoundMessages ( ) : void
리턴 void

parseCsdFile() 공개 메소드

public parseCsdFile ( string filename ) : List
filename string
리턴 List

performKsmps() 공개 메소드

public performKsmps ( ) : int
리턴 int

processBlock() 공개 메소드

public processBlock ( float samples, int numChannels ) : void
samples float
numChannels int
리턴 void

sendScoreEvent() 공개 메소드

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

setChannel() 공개 메소드

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

setKr() 공개 메소드

public setKr ( ) : double
리턴 double

setSample() 공개 메소드

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

setStringChannel() 공개 메소드

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

프로퍼티 상세

logCsoundOutput 공개적으로 프로퍼티

public bool logCsoundOutput
리턴 bool

mute 공개적으로 프로퍼티

public bool mute
리턴 bool

processClipAudio 공개적으로 프로퍼티

public bool processClipAudio
리턴 bool