| 472 | bool PluginProcessor::supportsDoublePrecisionProcessing() const { return true; } |
| 473 | |
| 474 | int PluginProcessor::getNumPrograms() { return 1; } |
| 475 | |
| 476 | int PluginProcessor::getCurrentProgram() { return 0; } |
| 477 |
nothing calls this directly
no outgoing calls
no test coverage detected