| 115 | } |
| 116 | |
| 117 | const String NeuralPiAudioProcessor::getProgramName (int index) |
| 118 | { |
| 119 | return {}; |
| 120 | } |
| 121 | |
| 122 | void NeuralPiAudioProcessor::changeProgramName (int index, const String& newName) |
| 123 | { |
nothing calls this directly
no outgoing calls
no test coverage detected