C# Class CSharpSynth.Wave.Sample

Mostra file Open project: deckycoss/unitymidi Class Usage Examples

Public Methods

Method 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 method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Sample() public method

public Sample ( int sampleRate ) : System
sampleRate int
return System

Sample() public method

public Sample ( string filename ) : System
filename string
return System

getAllSampleData() public method

public getAllSampleData ( ) : ].float[
return ].float[

getMemoryUseage() public method

public getMemoryUseage ( ) : int
return int

getSample() public method

public getSample ( int channel, int sample ) : float
channel int
sample int
return float

setAllSampleData() public method

public setAllSampleData ( float value ) : void
value float
return void

setSample() public method

public setSample ( int channel, int sample, float value ) : void
channel int
sample int
value float
return void