Band Limited ImPulse generator UGen. All harmonics have equal amplitude. This
is the equivalent of 'buzz' in Music-N languages. It is capable of cross-fading
during a control period block if the number of harmonics changes, avoiding
audible pops.
Examples
// modulate fundamental frequency
play { Blip.ar(XLine.kr(20000, 200, 6), 100) * 0.2 }
// modulate number of harmonics
play { Blip.ar(200, Line.kr(1, 100, 20)) * 0.2 }
Band Limited ImPulse generator UGen. All harmonics have equal amplitude. This is the equivalent of 'buzz' in Music-N languages. It is capable of cross-fading during a control period block if the number of harmonics changes, avoiding audible pops.
Examples
Impulse