| 1587 | } |
| 1588 | |
| 1589 | bool FireAudioProcessor::isDawPlaying() const |
| 1590 | { |
| 1591 | return lfoManager->isDawPlaying(); |
| 1592 | } |
| 1593 | |
| 1594 | float FireAudioProcessor::getLfoPhase(int lfoIndex) const |
| 1595 | { |
nothing calls this directly
no outgoing calls
no test coverage detected