mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 16:48:00 +00:00
inherit connect SignalBase
This commit is contained in:
parent
7fc477b746
commit
4bb7f2928a
3 changed files with 6332 additions and 2662 deletions
|
@ -1,5 +1,7 @@
|
|||
define(["Tone/core/Tone", "Tone/signal/Signal", "Tone/core/Timeline"], function (Tone) {
|
||||
|
||||
"use strict";
|
||||
|
||||
/**
|
||||
* @class A signal which adds the method getValueAtTime.
|
||||
* Code and inspiration from https://github.com/jsantell/web-audio-automation-timeline
|
||||
|
@ -271,7 +273,7 @@ define(["Tone/core/Tone", "Tone/signal/Signal", "Tone/core/Timeline"], function
|
|||
* @returns {Tone.TimelineSignal} this
|
||||
* @method
|
||||
*/
|
||||
Tone.TimelineSignal.prototype.connect = Tone.Signal.prototype.connect;
|
||||
Tone.TimelineSignal.prototype.connect = Tone.SignalBase.prototype.connect;
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
|
File diff suppressed because it is too large
Load diff
13
build/p5.Tone.min.js
vendored
Normal file
13
build/p5.Tone.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue