Tonejs / Tone.js

A Web Audio framework for making interactive music in the browser.
https://tonejs.github.io
MIT License
13.51k stars 983 forks source link

Envelope Attack Not Fast Enough At Zero #1060

Closed nleong0228 closed 2 years ago

nleong0228 commented 2 years ago

Hi, I've been working on building some instruments utilizing Tone.Oscillator, Tone.AmplitudeEnvelope, and Tone.FilterEnvelope. Everything has been sounding great so far. However, I've noticed that while setting the envelopes attack to zero they don't seem to be as snappy as needed for my current project. I was wondering if this is an issue anyone else has noticed, or if there may be some adjustments needed to make the envelope attacks sound sharper. Thanks!