Good point Gale.Gale Andrews wrote:Does any filter really work with single frequencies, as opposed to slightly affecting neighbouring frequencies?andreas84 wrote:with the equalizer but which does not seem to work with single frequencies
Gale
It is the same problem as with a perfect lowpass filter that stops at exact 300 Hz and rejects all frequencies above.
The steeper the slope, the more begins the frequency in question to resonate.
However, this is essentially what the user wants.
The function that emphases frequencies in regular intervals is called "Comb".
Example: Generate a Chirp tone, not too loud, and put this code into the Nyquist Prompt (Effect menu):
Code: Select all
(multichan-expand 'comb; Alternatively: 'alpass
s; input sound
0.5; Decay time (less for subtle effect)
100); Frequency in Hz The example resonates at 100, 200, 300 etc Hz.
Reduce the decay time until your satisfied (applied to music, for example).