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

Method getPanelForModulator

Source/Core/CtrlrManager/CtrlrManager.cpp:471–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469}
470
471int CtrlrManager::getPanelForModulator(const int modulatorIndex)
472{
473 if (ctrlrModulators[modulatorIndex])
474 {
475 return (ctrlrModulators[modulatorIndex]->getOwnerPanel().getPanelIndex());
476 }
477 return (-1);
478}
479
480int CtrlrManager::getNextVstIndex()
481{

Callers

nothing calls this directly

Calls 1

getPanelIndexMethod · 0.80

Tested by

no test coverage detected