Closed jangler closed 2 weeks ago
If I record the output of envelope(|t| 55.0 * pow(2.0, t)) >> triangle(), it looks like this:
envelope(|t| 55.0 * pow(2.0, t)) >> triangle()
pulse and saw also have this issue. I haven't tested the other wavetable oscillators. sine works as expected. I'm using v0.20.0.
pulse
saw
sine
Hi! It should be fixed now.
Thanks, looks good now!
If I record the output of
envelope(|t| 55.0 * pow(2.0, t)) >> triangle()
, it looks like this:pulse
andsaw
also have this issue. I haven't tested the other wavetable oscillators.sine
works as expected. I'm using v0.20.0.