AudioDevKit

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.
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.
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.
midiInCallback
void midiInCallback(ubyte[] data, size_t timestamp)
Undocumented in source. Be warned that the author may not have intended to support it.
onAudioThreadSwitch
void onAudioThreadSwitch()
Undocumented in source. Be warned that the author may not have intended to support it.
onCompileAudioConfig
void onCompileAudioConfig()
Undocumented in source. Be warned that the author may not have intended to support it.
onLoad
void onLoad()
Undocumented in source. Be warned that the author may not have intended to support it.
onLoadConfigurationFile
void onLoadConfigurationFile(Event ev)
Undocumented in source. Be warned that the author may not have intended to support it.
onMIDIFileLoad
void onMIDIFileLoad(Event ev)
Undocumented in source. Be warned that the author may not have intended to support it.
onMIDILoad
void onMIDILoad()
Undocumented in source. Be warned that the author may not have intended to support it.
onMenuEvent
void onMenuEvent(Event ev)
Undocumented in source. Be warned that the author may not have intended to support it.
onNew
void onNew()
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.
onSave
void onSave()
Undocumented in source. Be warned that the author may not have intended to support it.
onSaveAs
void onSaveAs()
Undocumented in source. Be warned that the author may not have intended to support it.
onSaveConfigurationFile
void onSaveConfigurationFile(Event ev)
Undocumented in source. Be warned that the author may not have intended to support it.
onStart
void onStart()
Undocumented in source. Be warned that the author may not have intended to support it.
onVirtMIDIKeyb
void onVirtMIDIKeyb()
Undocumented in source. Be warned that the author may not have intended to support it.
onVirtMIDIKeybClose
void onVirtMIDIKeybClose()
Undocumented in source. Be warned that the author may not have intended to support it.
openPresetEditor
void openPresetEditor()
Undocumented in source. Be warned that the author may not have intended to support it.
openRouter
void openRouter()
Undocumented in source. Be warned that the author may not have intended to support it.
openSequencer
void openSequencer()
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

aS
AudioSpecs aS;
Undocumented in source.
adh
AudioDeviceHandler adh;
Undocumented in source.
eventStack
UndoableStack eventStack;
Undocumented in source.
ih
InputHandler ih;
Undocumented in source.
mainRaster
Raster mainRaster;
Undocumented in source.
mcfg
ModuleConfig mcfg;
Undocumented in source.
midiIn
MIDIInput midiIn;
Undocumented in source.
midiSeq
SequencerM1 midiSeq;
Undocumented in source.
mm
ModuleManager mm;
Undocumented in source.
output
OutputScreen output;
Undocumented in source.
path
string path;
Undocumented in source.
preEdit
PresetEditor preEdit;
Undocumented in source.
router
ModuleRouter router;
Undocumented in source.
selectedModID
string selectedModID;
Undocumented in source.
selectedModule
AudioModule selectedModule;
Undocumented in source.
state
BitFlags!StateFlags state;
Undocumented in source.
tlw
Window tlw;
Undocumented in source.
virtMIDIkeyb
VirtualMidiKeyboard virtMIDIkeyb;
Undocumented in source.
wh
WindowHandler wh;
Undocumented in source.
windowing
SpriteLayer windowing;
Undocumented in source.

Meta