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 2fcb614 commit 1150f5fCopy full SHA for 1150f5f
src/soundLoop.js
@@ -70,6 +70,12 @@ define(function (require) {
70
71
this._interval = interval || 1;
72
73
+ // Set the limit of the desiredInterval to zero.
74
+
75
+ let desiredInterval = 0;
76
77
+ SoundLoop._interval = max(desiredInterval, 0.01);
78
79
/**
80
* musicalTimeMode variables
81
* modify these only when the interval is specified in musicalTime format as a string
0 commit comments