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

Method acceptsMidi

Source/PluginProcessor.cpp:459–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457}
458
459bool FireAudioProcessor::acceptsMidi() const
460{
461#if JucePlugin_WantsMidiInput
462 return true;
463#else
464 return false;
465#endif
466}
467
468bool FireAudioProcessor::producesMidi() const
469{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected