| 86 | } |
| 87 | |
| 88 | bool NeuralPiAudioProcessor::isMidiEffect() const |
| 89 | { |
| 90 | #if JucePlugin_IsMidiEffect |
| 91 | return true; |
| 92 | #else |
| 93 | return false; |
| 94 | #endif |
| 95 | } |
| 96 | |
| 97 | double NeuralPiAudioProcessor::getTailLengthSeconds() const |
| 98 | { |
nothing calls this directly
no outgoing calls
no test coverage detected