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

Method getTailLengthSeconds

source/PluginProcessor.cpp:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69double PluginProcessor::getTailLengthSeconds() const {
70 return 0.0;
71}
72
73int PluginProcessor::getNumPrograms() {
74 return 1; // NB: some hosts don't cope very well if you tell them there are 0 programs,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected