Skip to content

Commit fd79b02

Browse files
committed
assign default start for scalar step
1 parent 905bc21 commit fd79b02

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

js/logo.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4458,8 +4458,9 @@ function Logo () {
44584458

44594459
if (that.lastNotePlayed[turtle] == null) {
44604460
that.errorMsg(_('The Scalar Step Block must be preceded by a Pitch Block.'), blk);
4461-
that.stopTurtle = true;
4462-
break;
4461+
that.lastNotePlayed[turtle] = ['G4', 4];
4462+
// that.stopTurtle = true;
4463+
// break;
44634464
}
44644465

44654466
function addPitch(note, octave, cents, direction) {

0 commit comments

Comments
 (0)