| 89 | } |
| 90 | |
| 91 | void PluginProcessor::changeProgramName(int, const juce::String&) { |
| 92 | } |
| 93 | |
| 94 | //============================================================================== |
| 95 | void PluginProcessor::prepareToPlay(const double sample_rate, const int samples_per_block) { |
nothing calls this directly
no outgoing calls
no test coverage detected