| 457 | } |
| 458 | |
| 459 | bool FireAudioProcessor::acceptsMidi() const |
| 460 | { |
| 461 | #if JucePlugin_WantsMidiInput |
| 462 | return true; |
| 463 | #else |
| 464 | return false; |
| 465 | #endif |
| 466 | } |
| 467 | |
| 468 | bool FireAudioProcessor::producesMidi() const |
| 469 | { |
nothing calls this directly
no outgoing calls
no test coverage detected