MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / toJson

Method toJson

src/override/ModuleWidget.cpp:544–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

542}
543
544json_t* ModuleWidget::toJson() {
545 json_t* moduleJ = APP->engine->moduleToJson(module);
546 return moduleJ;
547}
548
549void ModuleWidget::fromJson(json_t* moduleJ) {
550 APP->engine->moduleFromJson(module, moduleJ);

Callers

nothing calls this directly

Calls 1

moduleToJsonMethod · 0.80

Tested by

no test coverage detected