|
void | execute () |
|
virtual bool | musCallSubroutine (const byte *&srcP, byte param) |
|
virtual bool | musSetCountdown (const byte *&srcP, byte param) |
|
virtual bool | musSetInstrument (const byte *&srcP, byte param)=0 |
|
virtual bool | cmdNoOperation (const byte *&srcP, byte param) |
|
virtual bool | musSetPitchWheel (const byte *&srcP, byte param)=0 |
|
virtual bool | musSkipWord (const byte *&srcP, byte param) |
|
virtual bool | musSetPanning (const byte *&srcP, byte param)=0 |
|
virtual bool | musFade (const byte *&srcP, byte param)=0 |
|
virtual bool | musStartNote (const byte *&srcP, byte param)=0 |
|
virtual bool | musSetVolume (const byte *&srcP, byte param)=0 |
|
virtual bool | musInjectMidi (const byte *&srcP, byte param)=0 |
|
virtual bool | musPlayInstrument (const byte *&srcP, byte param)=0 |
|
virtual bool | cmdFreezeFrequency (const byte *&srcP, byte param) |
|
virtual bool | cmdChangeFrequency (const byte *&srcP, byte param) |
|
virtual bool | musEndSubroutine (const byte *&srcP, byte param) |
|
virtual bool | fxCallSubroutine (const byte *&srcP, byte param) |
|
virtual bool | fxSetCountdown (const byte *&srcP, byte param) |
|
virtual bool | fxSetInstrument (const byte *&srcP, byte param)=0 |
|
virtual bool | fxSetVolume (const byte *&srcP, byte param)=0 |
|
virtual bool | fxMidiReset (const byte *&srcP, byte param)=0 |
|
virtual bool | fxMidiDword (const byte *&srcP, byte param)=0 |
|
virtual bool | fxSetPanning (const byte *&srcP, byte param)=0 |
|
virtual bool | fxChannelOff (const byte *&srcP, byte param)=0 |
|
virtual bool | fxFade (const byte *&srcP, byte param)=0 |
|
virtual bool | fxStartNote (const byte *&srcP, byte param)=0 |
|
virtual bool | fxInjectMidi (const byte *&srcP, byte param)=0 |
|
virtual bool | fxPlayInstrument (const byte *&srcP, byte param)=0 |
|
virtual bool | fxEndSubroutine (const byte *&srcP, byte param) |
|
virtual void | pausePostProcess ()=0 |
|
virtual void | resetFX ()=0 |
|
Base class for sound drivers