MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / randomizeModule

Method randomizeModule

src/override/Engine.cpp:874–880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

872
873
874void Engine::randomizeModule(Module* module) {
875 std::lock_guard<SharedMutex> lock(internal->mutex);
876 DISTRHO_SAFE_ASSERT_RETURN(module,);
877
878 Module::RandomizeEvent eRandomize;
879 module->onRandomize(eRandomize);
880}
881
882
883void Engine::bypassModule(Module* module, bool bypassed) {

Callers 1

randomizeActionMethod · 0.80

Calls 1

onRandomizeMethod · 0.80

Tested by

no test coverage detected