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

Method json_array_foreach

src/Random8.cpp:594–596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592 size_t index = 0;
593 json_t *seqValue = nullptr;
594 json_array_foreach(sequence, index, seqValue) {
595 state.sequence.push_back(static_cast<uint16_t>(json_integer_value(seqValue)));
596 }
597 }
598
599 core.setChannelState(i, state);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected