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

Method onRandomize

src/Marbles.cpp:264–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262 }
263
264 void onRandomize() override {
265 t_mode = random::u32() % 3;
266 x_mode = random::u32() % 3;
267 t_range = random::u32() % 3;
268 x_range = random::u32() % 3;
269 }
270
271 void onSampleRateChange() override {
272 float sampleRate = APP->engine->getSampleRate();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected