final case classBlip(rate: Rate, freq: GE = 440.0f, numHarm: GE = 200) extends SingleOut with Product with Serializable
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.
freq
Fundamental frequency in Hertz
numHarm
Number of harmonics. This will be automatically limited
to avoid aliasing.
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.
Fundamental frequency in Hertz
Number of harmonics. This will be automatically limited to avoid aliasing.
Impulse