| 480 | const String PluginProcessor::getProgramName(int /* index */) { return {}; } |
| 481 | |
| 482 | void PluginProcessor::changeProgramName(int /* index */, const String& /* newName */) {} |
| 483 | |
| 484 | void PluginProcessor::prepareToPlay(double sampleRate, int blckSize) { |
| 485 | traceScope(); |
nothing calls this directly
no outgoing calls
no test coverage detected