Skip to content

Commit

Permalink
Update documentation, see phetsims/wave-interference#520
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Apr 16, 2021
1 parent b1a088c commit e0bf77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/sound/TickMarkBumpSoundClip.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import tickMarkCrossBump from '../../../../../tambo/sounds/general-soft-click_mp
import ratioAndProportion from '../../../ratioAndProportion.js';

// This value was copied from similar sound work done in Waves Intro
const MIN_INTER_CLICK_TIME = ( 1 / 60 * 1000 ) * 2; // min time between clicks, in milliseconds, empirically determined
const MIN_INTER_CLICK_TIME = ( 1 / 60 * 1000 ) * 2; // min time between clicking sounds, in milliseconds, empirically determined

class TickMarkBumpSoundClip extends SoundClip {

Expand Down

0 comments on commit e0bf77f

Please sign in to comment.