C# Class CsoundUnityBridge, CsoundUnity

Afficher le fichier Open project: rorywalsh/CsoundUnity Class Usage Examples

Méthodes publiques

Свойство Type Description
baseDir string
csound IntPtr

Méthodes publiques

Méthode 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

Method Details

CsoundUnityBridge() public méthode

public CsoundUnityBridge ( string csoundDir, string csdFile ) : System
csoundDir string
csdFile string
Résultat System

compiledWithoutError() public méthode

public compiledWithoutError ( ) : bool
Résultat bool

get0dbfs() public méthode

public get0dbfs ( ) : double
Résultat double

getChannel() public méthode

public getChannel ( string channel ) : double
channel string
Résultat double

getCsoundMessage() public méthode

public getCsoundMessage ( ) : string
Résultat string

getCsoundMessageCount() public méthode

public getCsoundMessageCount ( ) : int
Résultat int

getKr() public méthode

public getKr ( ) : double
Résultat double

getKsmps() public méthode

public getKsmps ( ) : uint
Résultat uint

getMessageText() public static méthode

public static getMessageText ( IntPtr message ) : string
message IntPtr
Résultat string

getSpoutSample() public méthode

public getSpoutSample ( int frame, int channel ) : double
frame int
channel int
Résultat double

getTable() public méthode

public getTable ( int table, int index ) : double
table int
index int
Résultat double

performKsmps() public méthode

public performKsmps ( ) : int
Résultat int

reset() public méthode

public reset ( ) : void
Résultat void

sendScoreEvent() public méthode

public sendScoreEvent ( string scoreEvent ) : void
scoreEvent string
Résultat void

setChannel() public méthode

public setChannel ( string channel, float value ) : void
channel string
value float
Résultat void

setSpinSample() public méthode

public setSpinSample ( int frame, int channel, double sample ) : void
frame int
channel int
sample double
Résultat void

setStringChannel() public méthode

public setStringChannel ( string channel, string value ) : void
channel string
value string
Résultat void

stopCsound() public méthode

public stopCsound ( ) : void
Résultat void

Property Details

baseDir public_oe property

public string baseDir
Résultat string

csound public_oe property

public IntPtr csound
Résultat IntPtr