The frequency of reference in Hz for the tuning of the middle A (default: 440 Hz)
ARGUMENT:: normalize
This flag enables the scaling of the output. It is off (0) by default. (1) will normalise to the FFT size. (2) normalises each frame independently to sum to 1.
This flag enables the scaling of the output. It is off (0) by default. (1) will normalise each frame to sum to 1. (2) normalises each frame relative to the loudest chroma being 1.
ARGUMENT:: minFreq
The lower frequency included in the analysis, in Hz.
The reference frequency in Hz for the tuning to middle A (default: 440 Hz)
ARGUMENT:: normalize
This flag enables the scaling of the output. It is off (0) by default. (1) will normalise to the FFT size. (2) normalises each frame to sum to 1.
This flag enables the scaling of the output. It is off (0) by default. (1) will normalise each frame to sum to 1. (2) normalises each frame relative to the loudest chroma being 1.
ARGUMENT:: minFreq
The lower frequency included in the analysis, in Hz.
@ -101,18 +101,21 @@ c = Buffer.read(s,File.realpath(FluidChroma.class.filenameSymbol).dirname.withTr
// analyse with parameters to be changed
(
x = {arg chroma = 24, low = 20, high = 20000, norm=1;
var source = PlayBuf.ar(1,c,loop:1);
x = {arg chroma = 24, low = 20, high = 20000, norm=1, t_cue, sel=0;