MCPcopy Create free account
hub / github.com/ZL-Audio/ZLEqualizer / changeProgramName

Method changeProgramName

source/state/dummy_processor.hpp:58–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 const juce::String getProgramName(int) override { return {}; }
57
58 void changeProgramName(int, const juce::String&) override {
59 }
60
61 void getStateInformation(juce::MemoryBlock&) override {
62 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected