MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / isMidiEffect

Method isMidiEffect

NeuralNote/PluginSources/ProcessorBase.cpp:38–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38bool ProcessorBase::isMidiEffect() const
39{
40#if JucePlugin_IsMidiEffect
41 return true;
42#else
43 return false;
44#endif
45}
46
47double ProcessorBase::getTailLengthSeconds() const
48{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected