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

Method dataFromJson

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

Override to load internal data from the "data" property of the module's JSON object. Not called if "data" property is not present. */

Source from the content-addressed store, hash-verified

363 Not called if "data" property is not present.
364 */
365 virtual void dataFromJson(json_t* rootJ) {}
366
367 ///////////////////////
368 // Events

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected