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 5a34c5b commit 195b7f7Copy full SHA for 195b7f7
js/turtle.js
@@ -199,6 +199,7 @@ class Turtle {
199
this.singer.scalarTranspositionValues = [];
200
this.singer.transposition = 0;
201
this.singer.transpositionValues = [];
202
+ this.singer.transpositionRatios = [];
203
204
this.singer.register = 0;
205
this.singer.beatFactor = 1;
@@ -245,6 +246,8 @@ class Turtle {
245
246
this.singer.crescendoInitialVolume = { DEFAULTVOICE: [DEFAULTVOLUME] };
247
this.singer.intervals = [];
248
this.singer.semitoneIntervals = [];
249
+ this.singer.chordIntervals = [];
250
+ this.singer.ratioIntervals = [];
251
this.singer.staccato = [];
252
this.singer.glide = [];
253
this.singer.glideOverride = 0;
0 commit comments