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

Method producesMidi

NeuralNote/PluginSources/ProcessorBase.cpp:29–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29bool ProcessorBase::producesMidi() const
30{
31#if JucePlugin_ProducesMidiOutput
32 return true;
33#else
34 return false;
35#endif
36}
37
38bool ProcessorBase::isMidiEffect() const
39{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected