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

Method acceptsMidi

NeuralNote/PluginSources/ProcessorBase.cpp:20–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20bool ProcessorBase::acceptsMidi() const
21{
22#if JucePlugin_WantsMidiInput
23 return true;
24#else
25 return false;
26#endif
27}
28
29bool ProcessorBase::producesMidi() const
30{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected