| 39 | } |
| 40 | |
| 41 | const String OdinAudioProcessor::getProgramName(int index) { |
| 42 | return {}; |
| 43 | } |
| 44 | |
| 45 | void OdinAudioProcessor::changeProgramName(int index, const String &newName) { |
| 46 | } |
nothing calls this directly
no outgoing calls
no test coverage detected