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

Method acceptsMidi

source/PluginProcessor.cpp:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45bool PluginProcessor::acceptsMidi() const {
46#if JucePlugin_WantsMidiInput
47 return true;
48#else
49 return false;
50#endif
51}
52
53bool PluginProcessor::producesMidi() const {
54#if JucePlugin_ProducesMidiOutput

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected