Pomax / music-theory-js

For when you need to do music theory things. In javascript. Don't look at me you know what you need this for.
MIT License
60 stars 5 forks source link

figure out keypress/release clipping #5

Open Pomax opened 6 years ago

Pomax commented 6 years ago

The code already uses gain-based attack and decay so that there is no clipping from starting a waveform on "not zero". That is, supposedly. In actuality this is not enough to prevent clipping and I'd like to find out why.