From ec95c083b4b0509d86354c5781e967b4f4840f43 Mon Sep 17 00:00:00 2001 From: parulpriyedarshani Date: Tue, 28 Apr 2020 22:12:19 +0530 Subject: [PATCH] Updated the value of soundLoop.interval --- src/soundLoop.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/soundLoop.js b/src/soundLoop.js index 0de0d963..938364d2 100644 --- a/src/soundLoop.js +++ b/src/soundLoop.js @@ -65,6 +65,12 @@ define(function (require) { this._interval = interval || 1; + // Set the limit of the desiredInterval to zero. + + let desiredInterval = 0; + + SoundLoop._interval = max(desiredInterval, 0.01); + /** * musicalTimeMode variables * modify these only when the interval is specified in musicalTime format as a string