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

Method getProgramName

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

Source from the content-addressed store, hash-verified

70 int getCurrentProgram() override { return 0; }
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 {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected