| 475 | } |
| 476 | |
| 477 | bool FireAudioProcessor::isMidiEffect() const |
| 478 | { |
| 479 | #if JucePlugin_IsMidiEffect |
| 480 | return true; |
| 481 | #else |
| 482 | return false; |
| 483 | #endif |
| 484 | } |
| 485 | |
| 486 | double FireAudioProcessor::getTailLengthSeconds() const |
| 487 | { |
nothing calls this directly
no outgoing calls
no test coverage detected