Commit graph

2632 commits

Author SHA1 Message Date
Yotam Mann
d1af3f71ca connect instead of chain 2017-08-08 13:30:38 -04:00
Yotam Mann
486344bb87 replacing set curve internals with a series of linear ramps
simplifies code
2017-08-08 13:30:38 -04:00
Jack Anderson
1fb225383e no insignificant zeroes in barsBeatsSixteenths (#250)
* no insignificant zeroes in barsBeatsSixteenths

- fixes #246

* restore bpm to orig val in trailing zero test
2017-08-08 10:54:47 -04:00
Yotam Mann
bf52df2fdc check that there is an AudioNode before augmenting it 2017-07-27 18:06:05 -04:00
Yotam Mann
7050400f32 using @private instead of @internal
[skip ci]
2017-07-27 18:02:44 -04:00
Yotam Mann
066eb207ad updating Time copy
[skip ci]
2017-07-27 18:02:21 -04:00
Yotam Mann
9f31807cf4 sampleTime and blockTime should be instance variables not static 2017-07-27 17:54:57 -04:00
Yotam Mann
effd317acd Merge branch 'dev' of https://github.com/Tonejs/Tone.js into dev 2017-07-27 17:46:15 -04:00
Yotam Mann
4e69013265 copyFromChannel shouldn't exceed the destination arrays length 2017-07-08 11:54:11 -04:00
Yotam Mann
7734e70421 removing unnecessary returnType setting 2017-07-08 11:46:27 -04:00
Yotam Mann
f3f266d2fa removing min/maxDecibels and returnType test 2017-07-08 11:21:39 -04:00
Yotam Mann
3a08d9fd2e return type is always float32
removing byte analysis since it isn’t very useful
2017-07-08 11:21:26 -04:00
Yotam Mann
fd533f1eb5 testing releaseAll 2017-07-06 13:02:17 -04:00
Yotam Mann
338d8b0dfb testing playbackRate and humanize 2017-07-06 10:32:50 -04:00
Yotam Mann
c3c5364397 remove unreachable code 2017-07-06 10:32:31 -04:00
Yotam Mann
ab8b5af328 using dots reporter 2017-07-05 17:45:36 -04:00
Yotam Mann
e0fadfcb8e use the timeout callbacks update interval 2017-07-05 14:47:27 -04:00
Yotam Mann
4ebbf9440f testing create and dispose 2017-07-05 13:59:24 -04:00
Yotam Mann
9e3e598220 passing in options to super constructor 2017-07-05 13:59:13 -04:00
Yotam Mann
f0e4fedd9a testing context options passing as object 2017-07-05 13:58:48 -04:00
Yotam Mann
dfdd665881 context takes an options object 2017-07-05 13:58:36 -04:00
Yotam Mann
c30b07cbd5 terminate web worker on dispose 2017-06-30 16:04:10 -04:00
Yotam Mann
a26f84e32f adjusting headless flags 2017-06-30 15:56:38 -04:00
Yotam Mann
bab937bede making it wait 60 seconds before disconnecting 2017-06-30 15:51:59 -04:00
Yotam Mann
3ece282d04 removing window debugging reference 2017-06-30 15:44:30 -04:00
Yotam Mann
6a9dc43b6c changing log level to debug travis failures 2017-06-30 15:38:14 -04:00
Yotam Mann
68ce570476 Revert "without try/catch"
This reverts commit cf085112fe.
2017-06-30 15:38:01 -04:00
Yotam Mann
cf085112fe without try/catch 2017-06-30 15:31:30 -04:00
Yotam Mann
0a3ee7c17b Revert "adding CHROME_BIN export"
This reverts commit ee45b771f4.
2017-06-30 15:21:30 -04:00
Yotam Mann
7e236a8a25 Revert "going back to regular chrome browser using xvfb"
This reverts commit 68bd4422eb.
2017-06-30 15:21:16 -04:00
Yotam Mann
68bd4422eb going back to regular chrome browser using xvfb
headless chrome kept disconnecting on Travis CI
2017-06-30 15:03:54 -04:00
Yotam Mann
cb61007c8c upgrading karma 2017-06-30 14:53:18 -04:00
Yotam Mann
ee45b771f4 adding CHROME_BIN export
trying to debug failures in Travis CI
2017-06-30 14:40:29 -04:00
Yotam Mann
8a270a22b2 increasing timeout length
CPU limited Travis CI containers are having a hard time keeping up with
the tests
2017-06-30 14:34:01 -04:00
Yotam Mann
f5dacafc7c upgrade chrome launcher
hopefully fixes timeout error
2017-06-30 14:27:02 -04:00
Yotam Mann
a4f1606b3c testing clockSource 2017-06-29 19:49:50 -04:00
Yotam Mann
dae97143d5 using clockSource API 2017-06-29 19:49:43 -04:00
Yotam Mann
86698bb5d6 use setTimeout if Web Worker is not available
Addresses #208
2017-06-29 19:49:25 -04:00
Yotam Mann
5ff22705b6 moving to headless chrome, no need for xvfb 2017-06-29 18:01:13 -04:00
Yotam Mann
46f135c69e only using karma test runner with headless chrome 2017-06-29 17:31:10 -04:00
Yotam Mann
dca53e7f89 testing out headless chrome in TravisCI 2017-06-29 17:26:10 -04:00
Yotam Mann
dc48dda919 using chrome addon 2017-06-29 17:14:23 -04:00
Yotam Mann
eb74fcbdd4 adding sudo back, but keeping sudo: false 2017-06-29 17:06:49 -04:00
Yotam Mann
969089e66c trying without sudo 2017-06-29 17:05:13 -04:00
Yotam Mann
c82e634365 using Player instead of Sampler in example 2017-06-29 16:51:47 -04:00
Yotam Mann
8f63e7c3fe using Tone.defaultArg and throwing error directly to help with debugging 2017-06-29 15:59:06 -04:00
Yotam Mann
207c4e66e4 removing lag checking 2017-06-29 15:58:35 -04:00
Yotam Mann
43ae923359 coverage test for modulationType 2017-06-29 14:20:34 -04:00
Yotam Mann
5efe448c7a setting spread/count should make no difference 2017-06-29 14:11:57 -04:00
Yotam Mann
a03ee982a7 getting/setting values while the wrong type is set has no effect 2017-06-29 14:04:37 -04:00