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 006cfed commit ec95c08Copy full SHA for ec95c08
src/soundLoop.js
@@ -65,6 +65,12 @@ define(function (require) {
65
66
this._interval = interval || 1;
67
68
+ // Set the limit of the desiredInterval to zero.
69
+
70
+ let desiredInterval = 0;
71
72
+ SoundLoop._interval = max(desiredInterval, 0.01);
73
74
/**
75
* musicalTimeMode variables
76
* modify these only when the interval is specified in musicalTime format as a string
0 commit comments