VCV Rack API v2
|
#include <history.hpp>
Public Member Functions | |
void | undo () override |
void | redo () override |
ParamChange () | |
Public Member Functions inherited from rack::history::Action | |
virtual | ~Action () |
Public Attributes | |
int | paramId |
float | oldValue |
float | newValue |
Public Attributes inherited from rack::history::ModuleAction | |
int64_t | moduleId |
Public Attributes inherited from rack::history::Action | |
std::string | name |
Name of the action, lowercase. | |
|
inline |
|
overridevirtual |
Reimplemented from rack::history::Action.
|
overridevirtual |
Reimplemented from rack::history::Action.
int rack::history::ParamChange::paramId |
float rack::history::ParamChange::oldValue |
float rack::history::ParamChange::newValue |