PaulStoffregen / Audio

Teensy Audio Library
http://www.pjrc.com/teensy/td_libs_Audio.html
1.07k stars 398 forks source link

Allow envelope to go through its states even with no input audio #444

Open h4yn0nnym0u5e opened 1 year ago

h4yn0nnym0u5e commented 1 year ago

Previously, if the input audio stopped while the envelope was active, then the DAHDSR sequence would also stop, so any application waiting for the envelope to go inactive would never complete.