Commit graph

3871 commits

Author SHA1 Message Date
tambien
02126c63ae restructuring scripts
updating deps
2018-08-23 00:18:20 -04:00
tambien
044fe73880 restructuring scripts
updating deps
2018-08-23 00:18:20 -04:00
tambien
97ba8a8058 removing unused files 2018-08-23 00:17:44 -04:00
tambien
01f81f550c removing unused files 2018-08-23 00:17:44 -04:00
tambien
440ce0c255 renaming gulp->scripts 2018-08-23 00:17:35 -04:00
tambien
717f0432b6 renaming gulp->scripts 2018-08-23 00:17:35 -04:00
Yotam Mann
8ba505dadd removing test
for now
2018-08-18 17:23:32 -04:00
Yotam Mann
fa89f6de93 removing test
for now
2018-08-18 17:23:32 -04:00
tambien
9c66ea0126 testing two instances of tone running on the same page 2018-08-16 11:03:03 -04:00
tambien
1e37bcc9ff testing two instances of tone running on the same page 2018-08-16 11:03:03 -04:00
tambien
36bb063d37 shims reference the 'window' object
augment that global in case there are multiple versions running on the page
2018-08-16 11:02:50 -04:00
tambien
e103d550cc shims reference the 'window' object
augment that global in case there are multiple versions running on the page
2018-08-16 11:02:50 -04:00
tambien
643d1624bb removing faulty same_context test
for now
2018-08-13 22:46:12 -04:00
tambien
b7545bb4ec removing faulty same_context test
for now
2018-08-13 22:46:12 -04:00
tambien
285f2899c2 moving global AudioContext reference to Tone.Context
and also making it an unwrapped AudioContext
2018-08-13 22:41:22 -04:00
tambien
2dc10c7432 moving global AudioContext reference to Tone.Context
and also making it an unwrapped AudioContext
2018-08-13 22:41:22 -04:00
tambien
221622f8a8 testing destination alias 2018-08-09 15:18:10 -04:00
tambien
a66aefbf8b testing destination alias 2018-08-09 15:18:10 -04:00
tambien
ebf0dd95b1 make 'destination' alias of Tone.Master 2018-08-09 15:17:18 -04:00
tambien
620abad4d9 make 'destination' alias of Tone.Master 2018-08-09 15:17:18 -04:00
aniketaranake
21b97a7864 Fixes typo in documentation (#377)
* Fixes typo in documentation

* Tone.AudioNode, not AudioNode
2018-08-09 09:48:38 -04:00
aniketaranake
f9c584169e Fixes typo in documentation (#377)
* Fixes typo in documentation

* Tone.AudioNode, not AudioNode
2018-08-09 09:48:38 -04:00
Yotam Mann
43455c3a50 using an even older version of safari
still getting "NotSupportedError (DOM Exception 9): The operation is not supported on 'createBuffer'"
2018-08-07 10:12:31 -04:00
Yotam Mann
62d349f970 using an even older version of safari
still getting "NotSupportedError (DOM Exception 9): The operation is not supported on 'createBuffer'"
2018-08-07 10:12:31 -04:00
Yotam Mann
85f7df5335 reverting to an older version of safari
until i can figure out why the tests are failing
2018-08-07 10:06:24 -04:00
Yotam Mann
66f814381b reverting to an older version of safari
until i can figure out why the tests are failing
2018-08-07 10:06:24 -04:00
Yotam Mann
2fe24f7043 don't defer callback 2018-08-06 23:46:52 -04:00
Yotam Mann
183cbc0966 don't defer callback 2018-08-06 23:46:52 -04:00
Yotam Mann
7fdc703b29 linting 2018-08-06 23:46:41 -04:00
Yotam Mann
5af549bb0e linting 2018-08-06 23:46:41 -04:00
Yotam Mann
17f0f7e7df resume shouldn't do anything in OfflineContext 2018-08-06 23:33:33 -04:00
Yotam Mann
8063776831 resume shouldn't do anything in OfflineContext 2018-08-06 23:33:33 -04:00
Yotam Mann
e13ca9e93f linting 2018-08-06 23:32:21 -04:00
Yotam Mann
15755701f9 linting 2018-08-06 23:32:21 -04:00
Yotam Mann
312e198cd7 Merge branch 'dev' of https://github.com/Tonejs/Tone.js into dev 2018-07-30 22:57:09 -04:00
Yotam Mann
f09b5d0372 Merge branch 'dev' of https://github.com/Tonejs/Tone.js into dev 2018-07-30 22:57:09 -04:00
tambien
cb2ee0cf05 extends AudioNode 2018-07-30 13:30:21 -04:00
tambien
ca5dccf1cb extends AudioNode 2018-07-30 13:30:21 -04:00
tambien
d1cdb294c2 removing transport test for now 2018-07-30 13:17:39 -04:00
tambien
76b685698f removing transport test for now 2018-07-30 13:17:39 -04:00
tambien
65691d3c8a assign the listener before it's used! 2018-07-30 13:13:00 -04:00
tambien
caeb628dc0 assign the listener before it's used! 2018-07-30 13:13:00 -04:00
tambien
df1c27fbda toMaster uses the instance connected to the context 2018-07-30 13:07:46 -04:00
tambien
d38fefb2cd toMaster uses the instance connected to the context 2018-07-30 13:07:46 -04:00
tambien
e46ed27c2f testing that the Transport is the same after Tone.Offline
resolves #314
2018-07-30 13:07:23 -04:00
tambien
0b50aca977 testing that the Transport is the same after Tone.Offline
resolves #314
2018-07-30 13:07:23 -04:00
tambien
1d2c600b39 build before travis test 2018-07-29 23:49:37 -04:00
tambien
ea3e628e6d build before travis test 2018-07-29 23:49:37 -04:00
tambien
5681b0701f using global TONE_AUDIO_CONTEXT 2018-07-29 23:34:40 -04:00
tambien
ae90dafc8c using global TONE_AUDIO_CONTEXT 2018-07-29 23:34:40 -04:00