#include <history.hpp>
Public Member Functions | |
void | undo () override |
void | redo () override |
ParamChange () | |
![]() | |
virtual | ~Action () |
Public Attributes | |
int | paramId = -1 |
float | oldValue = 0.f |
float | newValue = 0.f |
![]() | |
int64_t | moduleId = -1 |
![]() | |
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 = -1 |
float rack::history::ParamChange::oldValue = 0.f |
float rack::history::ParamChange::newValue = 0.f |