Bar-style frequency analyzer instead of curve?
-
Hey,
I’m trying to build a frequency analyzer that shows bars instead of a curve.. like classic spectrum analyzers where each bar represents a frequency range.
I tried using MatrixPeakMeter and wanted to assign a specific frequency range to each band, but I couldn’t find a way to actually define the frequencies per band.
I also tried using separate EQs to isolate bands, but once I process the signal with one EQ, I no longer have access to the full signal for the next bands in the chain.
I assume this probably needs some kind of FFT - band aggregation workflow, but I’m not sure what the correct approach is inside HISE.
Feels like I’m missing something basic here.
Any help would be appreciated

-
@shawntarget split the signal up in a script node and process it there..