tone 14.8.39 → 14.8.40

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.
@@ -4,7 +4,7 @@ import { TimeClass } from "./Time";
4
4
  import { TimeBaseUnit, TimeValue } from "./TimeBase";
5
5
 
6
6
  /**
7
- * TransportTime is a the time along the Transport's
7
+ * TransportTime is a time along the Transport's
8
8
  * timeline. It is similar to Tone.Time, but instead of evaluating
9
9
  * against the AudioContext's clock, it is evaluated against
10
10
  * the Transport's position. See [TransportTime wiki](https://github.com/Tonejs/Tone.js/wiki/TransportTime).
@@ -23,8 +23,8 @@ export class TransportTimeClass<Type extends Seconds | Ticks = Seconds> extends
23
23
  }
24
24
 
25
25
  /**
26
- * TransportTime is a the time along the Transport's
27
- * timeline. It is similar to [[Time]], but instead of evaluating
26
+ * TransportTime is a time along the Transport's
27
+ * timeline. It is similar to Tone.Time, but instead of evaluating
28
28
  * against the AudioContext's clock, it is evaluated against
29
29
  * the Transport's position. See [TransportTime wiki](https://github.com/Tonejs/Tone.js/wiki/TransportTime).
30
30
  * @category Unit
@@ -42,7 +42,7 @@ export interface PolySynthOptions<Voice> extends InstrumentOptions {
42
42
 
43
43
  /**
44
44
  * PolySynth handles voice creation and allocation for any
45
- * instruments passed in as the second paramter. PolySynth is
45
+ * instruments passed in as the second parameter. PolySynth is
46
46
  * not a synthesizer by itself, it merely manages voices of
47
47
  * one of the other types of synths, allowing any of the
48
48
  * monophonic synthesizers to be polyphonic.
package/Tone/version.ts CHANGED
@@ -1 +1 @@
1
- export const version: string = "14.8.39";
1
+ export const version: string = "14.8.40";