C# Class CSharpSynth.Wave.Sample

Afficher le fichier Open project: deckycoss/unitymidi Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Sample ( int sampleRate ) : System
Sample ( string filename ) : System
getAllSampleData ( ) : ].float[
getMemoryUseage ( ) : int
getSample ( int channel, int sample ) : float
setAllSampleData ( float value ) : void
setSample ( int channel, int sample, float value ) : void

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Sample() public méthode

public Sample ( int sampleRate ) : System
sampleRate int
Résultat System

Sample() public méthode

public Sample ( string filename ) : System
filename string
Résultat System

getAllSampleData() public méthode

public getAllSampleData ( ) : ].float[
Résultat ].float[

getMemoryUseage() public méthode

public getMemoryUseage ( ) : int
Résultat int

getSample() public méthode

public getSample ( int channel, int sample ) : float
channel int
sample int
Résultat float

setAllSampleData() public méthode

public setAllSampleData ( float value ) : void
value float
Résultat void

setSample() public méthode

public setSample ( int channel, int sample, float value ) : void
channel int
sample int
value float
Résultat void