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

Method getCurrentProgram

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

Source from the content-addressed store, hash-verified

68 bool hasEditor() const override { return false; }
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 {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected