.. |
AudioNode.js
|
small jsdoc tweak
|
2017-09-09 19:10:02 -04:00 |
Buffer.js
|
Merge branch 'dev' of https://github.com/Tonejs/Tone.js into dev
|
2017-07-27 17:46:15 -04:00 |
Buffers.js
|
removing url flattening
|
2017-06-19 17:10:36 -04:00 |
Bus.js
|
can receive to a specific input number instead of input node
|
2017-05-01 16:03:04 -04:00 |
Clock.js
|
Merge branch 'dev' of https://github.com/Tonejs/Tone.js into dev
|
2017-07-27 17:46:15 -04:00 |
Context.js
|
fixing logging when is supported and initialized
|
2017-09-29 00:06:00 -04:00 |
Delay.js
|
classes which generate or process sound extend Tone.AudioNode
|
2017-08-27 17:50:31 -04:00 |
Draw.js
|
invoke super constructor first
|
2017-04-24 23:23:15 -04:00 |
Emitter.js
|
updating jsdocs
|
2017-06-21 10:21:49 -04:00 |
Gain.js
|
using createInsOuts method from Tone.AudioNode
|
2017-08-27 19:50:36 -04:00 |
IntervalTimeline.js
|
removing unused conditionals
|
2017-06-29 10:43:55 -04:00 |
Listener.js
|
using async callback for getting context
|
2017-08-13 21:37:32 -04:00 |
Master.js
|
classes which generate or process sound extend Tone.AudioNode
|
2017-08-27 17:50:31 -04:00 |
Offline.js
|
fixed formatting issue in docs
|
2017-03-26 12:32:41 -04:00 |
OfflineContext.js
|
sampleTime and blockTime should be instance variables not static
|
2017-07-27 17:54:57 -04:00 |
Param.js
|
exponentialApproachAtTime is the same as setTargetAtTime but the timeConstant is computed based on the given time
|
2017-09-20 19:04:33 -04:00 |
Timeline.js
|
handles events which are added during iteration in the same was as events which are removed during iteration
|
2017-09-04 16:04:16 -04:00 |
TimelineState.js
|
fixing error in comment
|
2017-06-21 10:22:10 -04:00 |
Tone.js
|
using global TONE_AUDIO_CONTEXT keeps multiple contexts from being created on the same page
|
2017-09-28 23:44:07 -04:00 |
Transport.js
|
optimizing the way that repeat events are handled
|
2017-09-04 16:08:47 -04:00 |
TransportEvent.js
|
Creating Transport event classes which are used internally by the Transport
|
2017-09-04 16:03:20 -04:00 |
TransportRepeatEvent.js
|
class extends TransportEvent
|
2017-09-04 16:16:34 -04:00 |