elemaudio / elementary

Elementary is a JavaScript library for digital audio signal processing.
https://www.elementary.audio/
MIT License
331 stars 29 forks source link

expose fade times for root activation/deactivation #52

Closed awood314 closed 2 months ago

awood314 commented 3 months ago

Instead of the baked-in fades that occur with root node activation and deactivation, this exposes individual fade-in and fade-out times (in ms), which can help in cases where we want to preserve transients.

nick-thompson commented 2 months ago

Merged, thank you!