EditPresetParameterEvent

Edits or adds a preset parameter to the audio configuration, also edits the one in the module.

Constructors

this
this(ModuleConfig mcfg, VT newVal, PT paramID, string modID, int presetID, string presetName)
Undocumented in source.

Members

Functions

redo
void redo()
Undocumented in source. Be warned that the author may not have intended to support it.
undo
void undo()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

mcfg
ModuleConfig mcfg;
Undocumented in source.
modID
string modID;
newVal
Value newVal;
Undocumented in source.
oldVal
Value oldVal;
Undocumented in source.
paramID
Value paramID;
Undocumented in source.
presetID
int presetID;
Undocumented in source.
presetName
string presetName;
Undocumented in source.

Inherited Members

From UndoableEvent

redo
void redo()
Undocumented in source.
undo
void undo()
Undocumented in source.

Meta