chr15m / jsfxr

JavaScript sound effects generator.
http://sfxr.me
The Unlicense
271 stars 25 forks source link

Don't reset sound level when generating sound #11

Open MarcusOtter opened 1 year ago

MarcusOtter commented 1 year ago

If I change the gain slider down to something like -20db because it's loud, I don't expect the volume to reset and be loud again when I randomize or select a new sound. It makes generating multiple sounds very difficult as the volume has to be modified on the operating system instead of using the built-in volume slider.

chr15m commented 1 year ago

Good idea, thanks Marcus.