MCPcopy Create free account
hub / github.com/GuitarML/NeuralPi / acceptsMidi

Method acceptsMidi

Source/PluginProcessor.cpp:70–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70bool NeuralPiAudioProcessor::acceptsMidi() const
71{
72 #if JucePlugin_WantsMidiInput
73 return true;
74 #else
75 return false;
76 #endif
77}
78
79bool NeuralPiAudioProcessor::producesMidi() const
80{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected