| 68 | } |
| 69 | |
| 70 | bool NeuralPiAudioProcessor::acceptsMidi() const |
| 71 | { |
| 72 | #if JucePlugin_WantsMidiInput |
| 73 | return true; |
| 74 | #else |
| 75 | return false; |
| 76 | #endif |
| 77 | } |
| 78 | |
| 79 | bool NeuralPiAudioProcessor::producesMidi() const |
| 80 | { |
nothing calls this directly
no outgoing calls
no test coverage detected