==============================================================================
| 63 | |
| 64 | //============================================================================== |
| 65 | const String NeuralPiAudioProcessor::getName() const |
| 66 | { |
| 67 | return JucePlugin_Name; |
| 68 | } |
| 69 | |
| 70 | bool NeuralPiAudioProcessor::acceptsMidi() const |
| 71 | { |
nothing calls this directly
no outgoing calls
no test coverage detected