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

Method learnParam

src/core/MIDIMap.cpp:233–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231 }
232
233 void learnParam(int id, int64_t moduleId, int paramId) {
234 APP->engine->updateParamHandle(&paramHandles[id], moduleId, paramId, true);
235 learnedParam = true;
236 commitLearn();
237 updateMapLen();
238 }
239
240 void refreshParamHandleText(int id) {
241 std::string text;

Callers 1

onDeselectMethod · 0.80

Calls 1

updateParamHandleMethod · 0.80

Tested by

no test coverage detected