| 80 | } |
| 81 | |
| 82 | void PluginProcessor::setCurrentProgram(int index) { |
| 83 | juce::ignoreUnused(index); |
| 84 | } |
| 85 | |
| 86 | const juce::String PluginProcessor::getProgramName(int index) { |
| 87 | juce::ignoreUnused(index); |
nothing calls this directly
no outgoing calls
no test coverage detected