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

Method getFFTData

Source/PluginProcessor.cpp:1360–1370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1358}
1359
1360float* FireAudioProcessor::getFFTData(int dataIndex)
1361{
1362 if (dataIndex == 0)
1363 {
1364 return originalSpecProcessor.fftData;
1365 }
1366 else
1367 {
1368 return processedSpecProcessor.fftData;
1369 }
1370}
1371
1372int FireAudioProcessor::getNumBins()
1373{

Callers 2

timerCallbackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected