You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: js/blocks/VolumeBlocks.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -840,7 +840,7 @@ function setupVolumeBlocks(activity) {
840
840
this.beginnerBlock(true);
841
841
842
842
this.setHelpString([
843
-
_("The Decrescendo block will decrease the volume of the contained notes by a specified amount for every note played."+
843
+
_("The Decrescendo block will decrease the volume of the contained notes by a specified amount for every note played.")+
844
844
" "+
845
845
_("For example if you have 7 notes in sequence contained in a Decrescendo block with a value of 5 the final note will be at 35% less than the starting volume."),
0 commit comments