MCPcopy Create free account
hub / github.com/VCVRack/AudibleInstruments / onRandomize

Method onRandomize

src/Tides.cpp:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 }
161
162 void onRandomize() override {
163 generator.set_range((tides::GeneratorRange)(random::u32() % 3));
164 generator.set_mode((tides::GeneratorMode)(random::u32() % 3));
165 }
166
167 json_t* dataToJson() override {
168 json_t* rootJ = json_object();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected