Tone.js/Tone/core/context
Yotam Mann d1c281c810 using isAudioParam and isAudioNode to test instanceof
will make migrating to standardized-audio-context easier
2019-08-16 12:49:04 -04:00
..
AbstractParam.ts making overridden abstract 2019-08-12 14:18:34 -04:00
AudioContext.ts using isAudioParam and isAudioNode to test instanceof 2019-08-16 12:49:04 -04:00
Context.test.ts cleaning up circular deps 2019-07-11 09:57:06 -04:00
Context.ts using isAudioParam and isAudioNode to test instanceof 2019-08-16 12:49:04 -04:00
ContextInitialization.ts tear down created classes on context close 2019-07-16 15:41:59 -04:00
Delay.test.ts toMaster() -> toDestination() 2019-07-25 11:32:56 -04:00
Delay.ts simplifying _internalChannels 2019-08-03 12:00:14 -04:00
Destination.test.ts Destination (Master) typescripting 2019-06-23 15:03:04 -04:00
Destination.ts optimization by moving child objects into constructor 2019-08-08 14:15:56 -04:00
Gain.test.ts toMaster() -> toDestination() 2019-07-25 11:32:56 -04:00
Gain.ts simplifying _internalChannels 2019-08-03 12:00:14 -04:00
Listener.js organizing into sub folders 2019-05-23 14:00:49 -04:00
Master.js organizing into sub folders 2019-05-23 14:00:49 -04:00
Offline.test.ts toMaster() -> toDestination() 2019-07-25 11:32:56 -04:00
Offline.ts using specific types 2019-07-30 15:35:27 -04:00
OfflineContext.test.ts needed to pass compiler 2019-06-23 15:04:13 -04:00
OfflineContext.ts using isAudioParam and isAudioNode to test instanceof 2019-08-16 12:49:04 -04:00
Param.test.ts using specific types 2019-07-30 15:35:27 -04:00
Param.ts using isAudioParam and isAudioNode to test instanceof 2019-08-16 12:49:04 -04:00
ToneAudioBuffer.test.ts had slice logic backwards 2019-07-30 10:52:49 -04:00
ToneAudioBuffer.ts using isAudioParam and isAudioNode to test instanceof 2019-08-16 12:49:04 -04:00
ToneAudioBuffers.test.ts convert ToneAudioBuffers to ts 2019-07-22 12:29:50 -04:00
ToneAudioBuffers.ts using isAudioParam and isAudioNode to test instanceof 2019-08-16 12:49:04 -04:00
ToneAudioNode.test.ts connection tests and channel property tests 2019-08-04 09:54:53 -04:00
ToneAudioNode.ts using isAudioParam and isAudioNode to test instanceof 2019-08-16 12:49:04 -04:00
ToneWithContext.ts small optimization which avoids setting the same value 2019-08-08 14:21:20 -04:00