phetsims / resistance-in-a-wire

"Resistance in a Wire" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/resistance-in-a-wire
GNU General Public License v3.0
1 stars 4 forks source link

Integrate sound generation that is now supported by Slider #217

Open jbphet opened 2 years ago

jbphet commented 2 years ago

In https://github.com/phetsims/sun/issues/697, generalized support for sound generation by sliders was added. The time was not taken to integrate this into all sims that were doing customized sound generation related to sliders, such as this one. Instead, the default sound was simply turned off via the options. Before this sin is released again off of master, we should consider integrating the now supported method slider sound generation.