Method | Description | |
---|---|---|
Play ( byte b, int numSamples, int numChannels ) : void | ||
SetChannel ( int chan ) : void | ||
SetDutyCycle ( int duty ) : void | ||
SetEnvelope ( int initialValue, int numSteps, bool increase ) : void | ||
SetFrequency ( int gbFrequency ) : void | ||
SetLength ( int gbLength ) : void | ||
SetLength3 ( int gbLength ) : void | ||
SetSampleRate ( int sr ) : void | ||
SetSweep ( int time, int num, bool decrease ) : void | ||
SetVolume3 ( int volume ) : void | ||
SquareWaveGenerator ( int rate ) : System.Collections | ||
SquareWaveGenerator ( 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 SetEnvelope ( int initialValue, int numSteps, bool increase ) : void | ||
initialValue | int | |
numSteps | int | |
increase | bool | |
return | void |
public SetFrequency ( int gbFrequency ) : void | ||
gbFrequency | int | |
return | void |
public SetSweep ( int time, int num, bool decrease ) : void | ||
time | int | |
num | int | |
decrease | bool | |
return | void |
public SquareWaveGenerator ( int rate ) : System.Collections | ||
rate | int | |
return | System.Collections |
public SquareWaveGenerator ( 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 |