| 66 | } |
| 67 | |
| 68 | const juce::String ProcessorBase::getProgramName(int index) |
| 69 | { |
| 70 | juce::ignoreUnused(index); |
| 71 | return {}; |
| 72 | } |
| 73 | |
| 74 | void ProcessorBase::changeProgramName(int index, const juce::String& newName) |
| 75 | { |
nothing calls this directly
no outgoing calls
no test coverage detected