MCPcopy Create free account
hub / github.com/VCVRack/Rack / randomizeModule

Method randomizeModule

src/engine/Engine.cpp:880–886  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

878
879
880void Engine::randomizeModule(Module* module) {
881 std::lock_guard<SharedMutex> lock(internal->mutex);
882 assert(module);
883
884 Module::RandomizeEvent eRandomize;
885 module->onRandomize(eRandomize);
886}
887
888
889void Engine::bypassModule(Module* module, bool bypassed) {

Callers 2

randomizeActionMethod · 0.80

Calls 1

onRandomizeMethod · 0.45

Tested by

no test coverage detected