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

Method isMidiEffect

source/PluginProcessor.cpp:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61bool PluginProcessor::isMidiEffect() const {
62#if JucePlugin_IsMidiEffect
63 return true;
64#else
65 return false;
66#endif
67}
68
69double PluginProcessor::getTailLengthSeconds() const {
70 return 0.0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected