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

Method setCurrentProgram

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected