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

Method learnParam

plugins/Cardinal/src/HostMIDI-Map.cpp:325–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323 }
324
325 void learnParam(const int id, const int64_t moduleId, const int paramId)
326 {
327 pcontext->engine->updateParamHandle(&paramHandles[id], moduleId, paramId, true);
328 learnedParam = true;
329 maybeCommitLearn();
330 updateMapLen();
331 }
332
333 /*
334 void disableLearn(const int id)

Callers 1

stepMethod · 0.45

Calls 1

updateParamHandleMethod · 0.80

Tested by

no test coverage detected