esluyter
esluyter
**Describe the bug** Audible aliasing artifacts above ~3kHz freq in all three waveforms of BLOsc **To Reproduce** ``` { BLOsc.ar(MouseX.kr(50, 5000, \exponential).poll, 0.5, 2) // also 0 and 1 }.play...
``` ( x = { var value = \value.skr(0); value.linlin(0, 10000, 0, 1).poll(label: "linlin"); 0; }.play; ) ```
This is different from Phasor behavior, but may be desireable: ``` { Phasor.ar(0, 1, 0, 48000, 1000).poll; DC.ar(0) }.play { SuperPhasor.ar(0, 1, 0, 48000, 1000).poll; DC.ar(0) }.play ```
I just got down to debugging random server hangs in a plugin I built off the c++ wrapper examples, and I discovered that set_calc_function also calculates a sample of output,...