one-third octave analyser

andytodd.msp's icon

Morning all, hope you are well.

I'm looking for a way to analyse the output from a patch in one-third octaves, but I can't seem to find a way of doing it.

I was thinking it might be possible using fft to split the output into the required bands and report the relative output levels from this - although I thought there might be an easier way or an object I'm missing!

Thanks in advance for any help.

Andy

oli larkin's icon

if you get the faustgen~ object by grame you can use the third_octave_filterbank by julius smith

import("filter.lib");
process=third_octave_filterbank(32);

Mark Durham's icon