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