| 474 | int PluginProcessor::getNumPrograms() { return 1; } |
| 475 | |
| 476 | int PluginProcessor::getCurrentProgram() { return 0; } |
| 477 | |
| 478 | void PluginProcessor::setCurrentProgram(int /* index */) {} |
| 479 |
nothing calls this directly
no outgoing calls
no test coverage detected