mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 16:48:00 +00:00
adding name prop
This commit is contained in:
parent
72d4b80f97
commit
c39dacf22d
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ import { Envelope, EnvelopeOptions } from "./Envelope";
|
||||||
*/
|
*/
|
||||||
export class AmplitudeEnvelope extends Envelope {
|
export class AmplitudeEnvelope extends Envelope {
|
||||||
|
|
||||||
|
name = "AmplitudeEnvelope";
|
||||||
|
|
||||||
private _gainNode: Gain = new Gain({
|
private _gainNode: Gain = new Gain({
|
||||||
context: this.context,
|
context: this.context,
|
||||||
gain: 0,
|
gain: 0,
|
||||||
|
|
Loading…
Reference in a new issue