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 905bc21 commit fd79b02Copy full SHA for fd79b02
js/logo.js
@@ -4458,8 +4458,9 @@ function Logo () {
4458
4459
if (that.lastNotePlayed[turtle] == null) {
4460
that.errorMsg(_('The Scalar Step Block must be preceded by a Pitch Block.'), blk);
4461
- that.stopTurtle = true;
4462
- break;
+ that.lastNotePlayed[turtle] = ['G4', 4];
+ // that.stopTurtle = true;
4463
+ // break;
4464
}
4465
4466
function addPitch(note, octave, cents, direction) {
0 commit comments