| 134 | } |
| 135 | |
| 136 | void AudioPluginAudioProcessor::changeProgramName(int index, const juce::String &newName) |
| 137 | { |
| 138 | juce::ignoreUnused(index, newName); |
| 139 | } |
| 140 | |
| 141 | //============================================================================== |
| 142 | void AudioPluginAudioProcessor::prepareToPlay(double sampleRate, int samplesPerBlock) |
nothing calls this directly
no outgoing calls
no test coverage detected