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

Method getNumPrograms

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

Source from the content-addressed store, hash-verified

47 double getTailLengthSeconds() const override { return 0; }
48
49 int getNumPrograms() override { return 1; }
50
51 int getCurrentProgram() override { return 0; }
52

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected