tambien
|
1f630f5c24
|
TONE_AUDIO_CONTEXT equals the Tone.Context
not just the raw underlying AudioContext
|
2018-08-26 10:50:17 -04:00 |
|
tambien
|
f07a1b4f8d
|
integrated coveralls into karma
so don't run coveralls script
|
2018-08-23 00:23:09 -04:00 |
|
tambien
|
044fe73880
|
restructuring scripts
updating deps
|
2018-08-23 00:18:20 -04:00 |
|
tambien
|
01f81f550c
|
removing unused files
|
2018-08-23 00:17:44 -04:00 |
|
tambien
|
717f0432b6
|
renaming gulp->scripts
|
2018-08-23 00:17:35 -04:00 |
|
Yotam Mann
|
fa89f6de93
|
removing test
for now
|
2018-08-18 17:23:32 -04:00 |
|
tambien
|
1e37bcc9ff
|
testing two instances of tone running on the same page
|
2018-08-16 11:03:03 -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
|
b7545bb4ec
|
removing faulty same_context test
for now
|
2018-08-13 22:46:12 -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
|
a66aefbf8b
|
testing destination alias
|
2018-08-09 15:18:10 -04:00 |
|
tambien
|
620abad4d9
|
make 'destination' alias of Tone.Master
|
2018-08-09 15:17:18 -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
|
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
|
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
|
183cbc0966
|
don't defer callback
|
2018-08-06 23:46:52 -04:00 |
|
Yotam Mann
|
5af549bb0e
|
linting
|
2018-08-06 23:46:41 -04:00 |
|
Yotam Mann
|
8063776831
|
resume shouldn't do anything in OfflineContext
|
2018-08-06 23:33:33 -04:00 |
|
Yotam Mann
|
15755701f9
|
linting
|
2018-08-06 23:32:21 -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
|
ca5dccf1cb
|
extends AudioNode
|
2018-07-30 13:30:21 -04:00 |
|
tambien
|
76b685698f
|
removing transport test for now
|
2018-07-30 13:17:39 -04:00 |
|
tambien
|
caeb628dc0
|
assign the listener before it's used!
|
2018-07-30 13:13:00 -04:00 |
|
tambien
|
d38fefb2cd
|
toMaster uses the instance connected to the context
|
2018-07-30 13:07:46 -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
|
ea3e628e6d
|
build before travis test
|
2018-07-29 23:49:37 -04:00 |
|
tambien
|
ae90dafc8c
|
using global TONE_AUDIO_CONTEXT
|
2018-07-29 23:34:40 -04:00 |
|
tambien
|
df5c800df4
|
changing singleton references to lowercase
|
2018-07-29 23:34:13 -04:00 |
|
tambien
|
5ca79dfb58
|
tests in HTML file
|
2018-07-29 23:33:15 -04:00 |
|
tambien
|
9ba77ffec3
|
moving to test/html/
|
2018-07-29 23:31:07 -04:00 |
|
tambien
|
ead134240e
|
removing unused fragment
|
2018-07-29 23:30:26 -04:00 |
|
tambien
|
b6e5f11709
|
updating devDep versions
|
2018-07-29 19:21:19 -04:00 |
|
tambien
|
84f2162098
|
updating test
|
2018-07-29 09:52:11 -04:00 |
|
tambien
|
4ced626c14
|
placeholder test for allowing different AudioContext to be passed into constructor
|
2018-07-29 09:39:58 -04:00 |
|
tambien
|
a17e7b152d
|
running basic tests on Gain
|
2018-07-29 09:39:22 -04:00 |
|
tambien
|
2542f55727
|
fixing comment
|
2018-07-29 09:36:54 -04:00 |
|
tambien
|
91652ff2ff
|
reverting change
|
2018-07-29 09:36:02 -04:00 |
|
tambien
|
9edafa8be4
|
removing source when sample has finished
prevents error where the BufferSource.stop is attempted after the source has already finished
|
2018-07-29 09:28:45 -04:00 |
|
tambien
|
36f037ad56
|
updating jsdoc comment
|
2018-07-28 10:21:02 -04:00 |
|
tambien
|
38897d7bae
|
pass the options object to the next class
|
2018-07-28 10:20:36 -04:00 |
|
tambien
|
1507fe25db
|
removing onConnect method
|
2018-07-27 07:32:31 -04:00 |
|
Yotam Mann
|
16b0263b7b
|
deferring onload callback
fixes #376
|
2018-07-25 21:54:13 -04:00 |
|
Yotam Mann
|
b3e0af15da
|
updating test info
|
2018-07-25 21:53:32 -04:00 |
|
Yotam Mann
|
cdf38a723c
|
simplifying unpkg links
since unpkg looks at the "main" file, not necessary to pass in the build file path.
|
2018-07-21 10:20:09 -04:00 |
|
Yotam Mann
|
b081a9e656
|
fixing typos
|
2018-07-21 09:06:28 -04:00 |
|
Yotam Mann
|
49b1f41517
|
testing polyphonic voice handling
|
2018-06-20 23:12:45 -04:00 |
|
Yotam Mann
|
ea218c2921
|
adding logging
|
2018-06-20 23:12:17 -04:00 |
|
Yotam Mann
|
0173e31c91
|
adding an index to each voice
|
2018-06-20 23:02:44 -04:00 |
|
tambien
|
8ca7873045
|
updating deploy script
|
2018-06-20 15:37:09 -04:00 |
|
Yotam Mann
|
0c084e137f
|
don't allow assignment in conditional
|
2018-06-20 15:12:02 -04:00 |
|