christophe lengelé
2014-10-19 18:03:34 UTC
Hi,
There is something I don't understand with the visualization of FreqScope :
By sending a white noise signal of amplitude 1, I should see all frequencies go to 0dB.
But it seems that the Freq analyzer show a limit to -18dB roughly. Why ?
Be careful !!! Turn down the volume to 0. Is's only meant for freq visualization.
(
SynthDef(\WhiteNoise, { arg out=0;
Out.ar(out, WhiteNoise.ar(1))
}).add;
)
x = Synth(\WhiteNoise, [\out, 0]);
FreqScope.new
Thanks,
Christophe
There is something I don't understand with the visualization of FreqScope :
By sending a white noise signal of amplitude 1, I should see all frequencies go to 0dB.
But it seems that the Freq analyzer show a limit to -18dB roughly. Why ?
Be careful !!! Turn down the volume to 0. Is's only meant for freq visualization.
(
SynthDef(\WhiteNoise, { arg out=0;
Out.ar(out, WhiteNoise.ar(1))
}).add;
)
x = Synth(\WhiteNoise, [\out, 0]);
FreqScope.new
Thanks,
Christophe