tone 15.4.0 → 15.4.2
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/effect/Effect.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/effect/Effect.d.ts +1 -1
- package/build/esm/effect/Effect.js +1 -1
- package/build/esm/version.js +1 -1
- package/package.json +1 -1
|
@@ -24,7 +24,7 @@ export declare abstract class Effect<Options extends EffectOptions> extends Tone
|
|
|
24
24
|
*/
|
|
25
25
|
wet: Signal<"normalRange">;
|
|
26
26
|
/**
|
|
27
|
-
* connect the effectSend to the input of
|
|
27
|
+
* connect the effectSend to the input of the effect
|
|
28
28
|
*/
|
|
29
29
|
protected effectSend: Gain;
|
|
30
30
|
/**
|
|
@@ -22,7 +22,7 @@ export class Effect extends ToneAudioNode {
|
|
|
22
22
|
*/
|
|
23
23
|
this.wet = this._dryWet.fade;
|
|
24
24
|
/**
|
|
25
|
-
* connect the effectSend to the input of
|
|
25
|
+
* connect the effectSend to the input of the effect
|
|
26
26
|
*/
|
|
27
27
|
this.effectSend = new Gain({ context: this.context });
|
|
28
28
|
/**
|
package/build/esm/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = "15.4.
|
|
1
|
+
export const version = "15.4.2";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|