We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
Expected behavior Vanilla band-limited oscillators:
Saw.ar(MouseX.kr(50, 5000, \exponential)) Pulse.ar(MouseX.kr(50, 5000, \exponential))
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Ooph that's a nasty one. Thanks for reporting!
Sorry, something went wrong.
oh, and the helpfile code blows up on my machine -- might be to do with ar frequency straddling 0, BLOsc doesn't seem to like freq < 0
Ndef(\notam, {|freq=110, width=0.5| var sig = VarSaw.ar(freq, width: width); BLOsc.ar(sig); }).play;
No branches or pull requests
Describe the bug
Audible aliasing artifacts above ~3kHz freq in all three waveforms of BLOsc
To Reproduce
Expected behavior
Vanilla band-limited oscillators:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: