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

Method changeProgramName

Server/Source/ProcessorChain.hpp:73–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 void setCurrentProgram(int /* index */) override {}
72 const String getProgramName(int /* index */) override { return ""; }
73 void changeProgramName(int /* index */, const String& /* newName */) override {}
74 void getStateInformation(juce::MemoryBlock& /* destData */) override {}
75 void setStateInformation(const void* /* data */, int /* sizeInBytes */) override {}
76

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected