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

Method getHistoryArrayR

Source/PluginProcessor.cpp:1355–1358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1353}
1354
1355juce::Array<float> FireAudioProcessor::getHistoryArrayR()
1356{
1357 return historyArrayR;
1358}
1359
1360float* FireAudioProcessor::getFFTData(int dataIndex)
1361{

Callers 2

paintMethod · 0.80
timerCallbackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected