Skip to content

Commit

Permalink
decrease the volume of the staccato sounds, #158
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Sep 2, 2020
1 parent c216b14 commit 575c3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/sound/StaccatoFrequencySoundGenerator.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class StaccatoFrequencySoundGenerator extends SoundGenerator {
*/
constructor( fitnessProperty, fitnessRange, isInProportion, options ) {
options = merge( {
initialOutputLevel: 0.3
initialOutputLevel: 0.25
}, options );

super( options );
Expand Down

0 comments on commit 575c3cd

Please sign in to comment.