MCPcopy Create free account
hub / github.com/jerryuhoo/Fire / getLfoPhase

Method getLfoPhase

Source/PluginProcessor.cpp:1594–1597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1592}
1593
1594float FireAudioProcessor::getLfoPhase(int lfoIndex) const
1595{
1596 return lfoManager->getLfoPhase(lfoIndex);
1597}
1598
1599void FireAudioProcessor::updateParameters()
1600{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected