| 504 | } |
| 505 | |
| 506 | const juce::String FireAudioProcessor::getProgramName(int index) |
| 507 | { |
| 508 | return {}; |
| 509 | } |
| 510 | |
| 511 | void FireAudioProcessor::changeProgramName(int index, const juce::String& newName) |
| 512 | { |
nothing calls this directly
no outgoing calls
no test coverage detected