| 84 | } |
| 85 | |
| 86 | const juce::String PluginProcessor::getProgramName(int index) { |
| 87 | juce::ignoreUnused(index); |
| 88 | return "Default"; |
| 89 | } |
| 90 | |
| 91 | void PluginProcessor::changeProgramName(int, const juce::String&) { |
| 92 | } |
nothing calls this directly
no outgoing calls
no test coverage detected