Method | Description | |
---|---|---|
Play ( byte b, int numSamples, int numChannels ) : void | ||
SetChannel ( int chan ) : void | ||
SetFrequency ( int gbFrequency ) : void | ||
SetLength ( int gbLength ) : void | ||
SetSamplePair ( int address, int value ) : void | ||
SetSampleRate ( int sr ) : void | ||
SetVolume ( int volume ) : void | ||
VoluntaryWaveGenerator ( int rate ) : System.Collections | ||
VoluntaryWaveGenerator ( int waveLength, int ampl, int duty, int chan, int rate ) : System.Collections |
public Play ( byte b, int numSamples, int numChannels ) : void | ||
b | byte | |
numSamples | int | |
numChannels | int | |
return | void |
public SetFrequency ( int gbFrequency ) : void | ||
gbFrequency | int | |
return | void |
public SetSamplePair ( int address, int value ) : void | ||
address | int | |
value | int | |
return | void |
public VoluntaryWaveGenerator ( int rate ) : System.Collections | ||
rate | int | |
return | System.Collections |
public VoluntaryWaveGenerator ( int waveLength, int ampl, int duty, int chan, int rate ) : System.Collections | ||
waveLength | int | |
ampl | int | |
duty | int | |
chan | int | |
rate | int | |
return | System.Collections |