MCPcopy Create free account
hub / github.com/VCVRack/Rack / ModuleChange

Method ModuleChange

include/history.hpp:116–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 json_t* oldModuleJ = NULL;
115 json_t* newModuleJ = NULL;
116 ModuleChange() {
117 name = "change module";
118 }
119 ~ModuleChange();
120 void undo() override;
121 void redo() override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected