MCPcopy Create free account
hub / github.com/GuitarML/NeuralPi / isMidiEffect

Method isMidiEffect

Source/PluginProcessor.cpp:88–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88bool NeuralPiAudioProcessor::isMidiEffect() const
89{
90 #if JucePlugin_IsMidiEffect
91 return true;
92 #else
93 return false;
94 #endif
95}
96
97double NeuralPiAudioProcessor::getTailLengthSeconds() const
98{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected