MCPcopy Create free account
hub / github.com/apohl79/audiogridder / changeProgramName

Method changeProgramName

Plugin/Source/PluginProcessor.cpp:482–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480const String PluginProcessor::getProgramName(int /* index */) { return {}; }
481
482void PluginProcessor::changeProgramName(int /* index */, const String& /* newName */) {}
483
484void PluginProcessor::prepareToPlay(double sampleRate, int blckSize) {
485 traceScope();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected