We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5320c0 commit e191a1aCopy full SHA for e191a1a
js/turtleactions/VolumeActions.js
@@ -90,6 +90,7 @@ function setupVolumeActions(activity) {
90
}
91
92
tur.singer.crescendoDelta.pop();
93
+ tur.singer.inCrescendo.pop();
94
for (const synth in tur.singer.synthVolume) {
95
const len = tur.singer.synthVolume[synth].length;
96
tur.singer.synthVolume[synth][len - 1] = last(
0 commit comments