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

Method onAdd

include/engine/Module.hpp:376–379  ·  view source on GitHub ↗

Called after adding the module to the Engine. */

Source from the content-addressed store, hash-verified

374 /** Called after adding the module to the Engine.
375 */
376 virtual void onAdd(const AddEvent& e) {
377 // Call deprecated event method by default
378 onAdd();
379 }
380
381 struct RemoveEvent {};
382 /** Called before removing the module from the Engine.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected