| 509 | } |
| 510 | |
| 511 | void FireAudioProcessor::changeProgramName(int index, const juce::String& newName) |
| 512 | { |
| 513 | } |
| 514 | |
| 515 | //============================================================================== |
| 516 | void FireAudioProcessor::prepareToPlay(double sampleRate, int samplesPerBlock) |
nothing calls this directly
no outgoing calls
no test coverage detected