| 1592 | } |
| 1593 | |
| 1594 | float FireAudioProcessor::getLfoPhase(int lfoIndex) const |
| 1595 | { |
| 1596 | return lfoManager->getLfoPhase(lfoIndex); |
| 1597 | } |
| 1598 | |
| 1599 | void FireAudioProcessor::updateParameters() |
| 1600 | { |
nothing calls this directly
no outgoing calls
no test coverage detected