C# Class CsoundUnity, CsoundUnity

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

Méthodes publiques

Свойство Type Description
logCsoundOutput bool
mute bool
processClipAudio bool

Méthodes publiques

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

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnApplicationQuit() public méthode

public OnApplicationQuit ( ) : void
Résultat void

OnAudioFilterRead() public méthode

public OnAudioFilterRead ( float data, int channels ) : void
data float
channels int
Résultat void

Remap() public static méthode

public static Remap ( float value, float from1, float to1, float from2, float to2 ) : float
value float
from1 float
to1 float
from2 float
to2 float
Résultat float

get0dbfs() public méthode

public get0dbfs ( ) : double
Résultat double

getChannel() public méthode

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

getFilePath() public méthode

public getFilePath ( Object obj ) : string
obj Object
Résultat string

getKsmps() public méthode

public getKsmps ( ) : uint
Résultat uint

getSample() public méthode

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

getTableSample() public méthode

public getTableSample ( int tableNumber, int index ) : double
tableNumber int
index int
Résultat double

logCsoundMessages() public méthode

public logCsoundMessages ( ) : void
Résultat void

parseCsdFile() public méthode

public parseCsdFile ( string filename ) : List
filename string
Résultat List

performKsmps() public méthode

public performKsmps ( ) : int
Résultat int

processBlock() public méthode

public processBlock ( float samples, int numChannels ) : void
samples float
numChannels int
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 val ) : void
channel string
val float
Résultat void

setKr() public méthode

public setKr ( ) : double
Résultat double

setSample() public méthode

public setSample ( 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 val ) : void
channel string
val string
Résultat void

Property Details

logCsoundOutput public_oe property

public bool logCsoundOutput
Résultat bool

mute public_oe property

public bool mute
Résultat bool

processClipAudio public_oe property

public bool processClipAudio
Résultat bool