tone 14.8.43 → 14.8.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Tone/core/clock/Transport.ts +1 -1
- package/Tone/version.ts +1 -1
- package/build/Tone.js +1 -1
- package/build/Tone.js.map +1 -1
- package/build/esm/core/clock/Transport.d.ts +1 -1
- package/build/esm/core/clock/Transport.js +1 -1
- package/build/esm/version.js +1 -1
- package/docs/tone.json +1 -1
- package/package.json +1 -1
|
@@ -596,7 +596,7 @@ export class Transport
|
|
|
596
596
|
|
|
597
597
|
/**
|
|
598
598
|
* The Transport's loop position as a normalized value. Always
|
|
599
|
-
* returns 0 if the
|
|
599
|
+
* returns 0 if the Transport.loop = false.
|
|
600
600
|
*/
|
|
601
601
|
get progress(): NormalRange {
|
|
602
602
|
if (this.loop) {
|
package/Tone/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version: string = "14.8.
|
|
1
|
+
export const version: string = "14.8.44";
|