==============================================================================
| 39 | |
| 40 | //============================================================================== |
| 41 | const juce::String PluginProcessor::getName() const { |
| 42 | return JucePlugin_Name; |
| 43 | } |
| 44 | |
| 45 | bool PluginProcessor::acceptsMidi() const { |
| 46 | #if JucePlugin_WantsMidiInput |
nothing calls this directly
no outgoing calls
no test coverage detected