MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / getModulatorVstIndexByName

Method getModulatorVstIndexByName

Source/Core/CtrlrManager/CtrlrManager.cpp:420–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418}
419
420int CtrlrManager::getModulatorVstIndexByName(const String &modulatorName)
421{
422 CtrlrModulator *m = getModulator(modulatorName);
423
424 if (m)
425 {
426 return (m->getVstIndex());
427 }
428 else
429 {
430 return (-1);
431 }
432}
433
434int CtrlrManager::compareElements (CtrlrModulator *first, CtrlrModulator *second)
435{

Callers

nothing calls this directly

Calls 1

getVstIndexMethod · 0.80

Tested by

no test coverage detected