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

Method getHistoryArrayL

Source/PluginProcessor.cpp:1350–1353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1348}
1349
1350juce::Array<float> FireAudioProcessor::getHistoryArrayL()
1351{
1352 return historyArrayL;
1353}
1354
1355juce::Array<float> FireAudioProcessor::getHistoryArrayR()
1356{

Callers 2

paintMethod · 0.80
timerCallbackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected