C# Class CsoundUnityBridge, CsoundUnity

Exibir arquivo Open project: rorywalsh/CsoundUnity Class Usage Examples

Public Properties

Property Type Description
baseDir string
csound IntPtr

Public Methods

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

Method Details

CsoundUnityBridge() public method

public CsoundUnityBridge ( string csoundDir, string csdFile ) : System
csoundDir string
csdFile string
return System

compiledWithoutError() public method

public compiledWithoutError ( ) : bool
return bool

get0dbfs() public method

public get0dbfs ( ) : double
return double

getChannel() public method

public getChannel ( string channel ) : double
channel string
return double

getCsoundMessage() public method

public getCsoundMessage ( ) : string
return string

getCsoundMessageCount() public method

public getCsoundMessageCount ( ) : int
return int

getKr() public method

public getKr ( ) : double
return double

getKsmps() public method

public getKsmps ( ) : uint
return uint

getMessageText() public static method

public static getMessageText ( IntPtr message ) : string
message IntPtr
return string

getSpoutSample() public method

public getSpoutSample ( int frame, int channel ) : double
frame int
channel int
return double

getTable() public method

public getTable ( int table, int index ) : double
table int
index int
return double

performKsmps() public method

public performKsmps ( ) : int
return int

reset() public method

public reset ( ) : void
return void

sendScoreEvent() public method

public sendScoreEvent ( string scoreEvent ) : void
scoreEvent string
return void

setChannel() public method

public setChannel ( string channel, float value ) : void
channel string
value float
return void

setSpinSample() public method

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

setStringChannel() public method

public setStringChannel ( string channel, string value ) : void
channel string
value string
return void

stopCsound() public method

public stopCsound ( ) : void
return void

Property Details

baseDir public_oe property

public string baseDir
return string

csound public_oe property

public IntPtr csound
return IntPtr