MCPcopy Create free account
hub / github.com/jerryuhoo/Fire / isMidiEffect

Method isMidiEffect

Source/PluginProcessor.cpp:477–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475}
476
477bool FireAudioProcessor::isMidiEffect() const
478{
479#if JucePlugin_IsMidiEffect
480 return true;
481#else
482 return false;
483#endif
484}
485
486double FireAudioProcessor::getTailLengthSeconds() const
487{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected