TestAudio

Testcase for the audio system. Capable of playing back external files.

Constructors

this
this(string[] args)
Undocumented in source.

Members

Enums

StateFlags
enum StateFlags
Undocumented in source.

Functions

axisEvent
void axisEvent(uint id, BindingCode code, uint timestamp, float value)
Undocumented in source. Be warned that the author may not have intended to support it.
clearScreen
void clearScreen()
Undocumented in source. Be warned that the author may not have intended to support it.
controllerAdded
void controllerAdded(uint id)
Undocumented in source. Be warned that the author may not have intended to support it.
controllerRemoved
void controllerRemoved(uint id)
Undocumented in source. Be warned that the author may not have intended to support it.
initDevice
void initDevice(int num)
Undocumented in source. Be warned that the author may not have intended to support it.
initDriver
void initDriver(int num)
Undocumented in source. Be warned that the author may not have intended to support it.
keyEvent
void keyEvent(uint id, BindingCode code, uint timestamp, bool isPressed)
Undocumented in source. Be warned that the author may not have intended to support it.
onQuit
void onQuit()
Undocumented in source. Be warned that the author may not have intended to support it.
whereTheMagicHappens
void whereTheMagicHappens()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

adh
AudioDeviceHandler adh;
Undocumented in source.
fmsynth
QM816 fmsynth;
Undocumented in source.
ih
InputHandler ih;
Undocumented in source.
mm
ModuleManager mm;
Undocumented in source.
noteBase
ubyte noteBase;
Undocumented in source.
output
OutputScreen output;
Undocumented in source.
r
Raster r;
Undocumented in source.
state
uint state;
Undocumented in source.
textOut
TileLayer textOut;
Undocumented in source.

Meta