SoundFrame

Undocumented in source.

Constructors

this
this(Win32Window window)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

applySettings
void applySettings(AudioSettings settings)

apply changed settings

createBody
Widget createBody()

create app body widget

createMainMenu
MainMenu createMainMenu()

create main menu

handleAction
bool handleAction(Action a)

override to handle specific actions

initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.
onTimer
bool onTimer(ulong id)
Undocumented in source. Be warned that the author may not have intended to support it.
openAccompanimentFile
void openAccompanimentFile()
Undocumented in source. Be warned that the author may not have intended to support it.
openInstrumentEditor
void openInstrumentEditor()
Undocumented in source. Be warned that the author may not have intended to support it.
showPreferences
void showPreferences()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

settings
AudioSettings settings [@property getter]

returns global IDE settings

Variables

_playback
AudioPlayback _playback;
Undocumented in source.
_settings
AudioSettings _settings;
Undocumented in source.
_statusTimer
long _statusTimer;
Undocumented in source.
_synth
SynthWidget _synth;
Undocumented in source.
_tablet
Tablet _tablet;
Undocumented in source.

Meta