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

Method isDawPlaying

Source/PluginProcessor.cpp:1589–1592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1587}
1588
1589bool FireAudioProcessor::isDawPlaying() const
1590{
1591 return lfoManager->isDawPlaying();
1592}
1593
1594float FireAudioProcessor::getLfoPhase(int lfoIndex) const
1595{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected