File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -827,7 +827,7 @@ export class PatternEditor {
827827 if ( toApply ) applyValues . push ( this . _doc . prefs . volume - modulator . convertRealFactor ) ;
828828 }
829829 // Also for song volume, when holding the slider at a single value.
830- else if ( this . _doc . continuingModRecordingChange != null && this . _doc . continuingModRecordingChange . storedSlider == null ) {
830+ else if ( this . _doc . continuingModRecordingChange != null && this . _doc . continuingModRecordingChange . storedChange == null && this . _doc . continuingModRecordingChange . storedSlider == null ) {
831831 var modulator = Config . modulators . dictionary [ "song volume" ] ;
832832 applyToMods . push ( modulator . index ) ;
833833 if ( toApply ) applyValues . push ( this . _doc . continuingModRecordingChange . storedValues ! [ 0 ] ) ;
You can’t perform that action at this time.
0 commit comments