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

Method dataFromJson

src/Atte.cpp:125–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 }
124
125 void dataFromJson(json_t* rootJ) override {
126 json_t* normalledVoltageIdxJ = json_object_get(rootJ, "normalledVoltageIdx");
127 if (normalledVoltageIdxJ) {
128 normalledVoltageIdx = json_integer_value(normalledVoltageIdxJ);
129 }
130 }
131};
132
133

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected