MCPcopy Create free account
hub / github.com/amsynth/amsynth / parameterBeginEdit

Method parameterBeginEdit

src/core/synth/PresetController.cpp:104–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104void
105PresetController::parameterBeginEdit(const Parameter &parameter)
106{
107 undoBuffer.push(new ParamChange(parameter.getId(), parameter.getValue()));
108 clearRedoBuffer();
109}
110
111void
112PresetController::undoChange ()

Callers

nothing calls this directly

Calls 2

getIdMethod · 0.80
getValueMethod · 0.45

Tested by

no test coverage detected