Skip to content

Commit

Permalink
turned off default sound generation that was just added since it's no…
Browse files Browse the repository at this point in the history
…t needed, see phetsims/sun#697
  • Loading branch information
jbphet committed Mar 4, 2022
1 parent 9939e02 commit fa33958
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions js/common/view/AmplitudeSlider.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,12 @@ import Utils from '../../../../dot/js/Utils.js';
import { Shape } from '../../../../kite/js/imports.js';
import merge from '../../../../phet-core/js/merge.js';
import Orientation from '../../../../phet-core/js/Orientation.js';
import { PressListener } from '../../../../scenery/js/imports.js';
import { Node } from '../../../../scenery/js/imports.js';
import { Path } from '../../../../scenery/js/imports.js';
import { Rectangle } from '../../../../scenery/js/imports.js';
import { Color } from '../../../../scenery/js/imports.js';
import { Color, Node, Path, PressListener, Rectangle } from '../../../../scenery/js/imports.js';
import Slider from '../../../../sun/js/Slider.js';
import SliderTrack from '../../../../sun/js/SliderTrack.js';
import generalBoundaryBoopSoundPlayer from '../../../../tambo/js/shared-sound-players/generalBoundaryBoopSoundPlayer.js';
import generalSoftClickSoundPlayer from '../../../../tambo/js/shared-sound-players/generalSoftClickSoundPlayer.js';
import ValueChangeSoundGenerator from '../../../../tambo/js/sound-generators/ValueChangeSoundGenerator.js';
import Tandem from '../../../../tandem/js/Tandem.js';
import fourierMakingWaves from '../../fourierMakingWaves.js';
import FMWConstants from '../FMWConstants.js';
Expand Down Expand Up @@ -66,6 +63,7 @@ class AmplitudeSlider extends Slider {
startDrag: _.noop,
endDrag: _.noop,
orientation: Orientation.VERTICAL,
soundGenerator: ValueChangeSoundGenerator.NO_SOUND,

// pdom options
// slider steps, see https://github.com/phetsims/fourier-making-waves/issues/53
Expand Down

0 comments on commit fa33958

Please sign in to comment.