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

Method enableLearn

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

Source from the content-addressed store, hash-verified

311 }
312
313 void enableLearn(const int id)
314 {
315 if (learningId == id)
316 return;
317
318 ccs[id] = -1;
319 nextLearningId = -1;
320 learningId = id;
321 learnedCc = false;
322 learnedParam = false;
323 }
324
325 void learnParam(const int id, const int64_t moduleId, const int paramId)
326 {

Callers 1

onButtonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected