Commit graph

3956 commits

Author SHA1 Message Date
tambien
87909ca4a3 BufferSourceNode shim is no longer needed
fixed issue in Safari which was resolved
2019-01-27 13:52:23 -05:00
tambien
fe10de3eea rewriting exclude version logic again 2019-01-27 13:40:10 -05:00
tambien
33f663c5fc test on Chrome only, but not Chrome 71 2019-01-27 13:33:18 -05:00
tambien
2fbdcec41e exclude specific browser versions 2019-01-27 13:29:59 -05:00
tambien
0edba12e6b FF now supports equal power panning 2019-01-27 13:29:49 -05:00
tambien
887bed1092 using ua-parser from npm
instead of local version. Also debugging Draw tests
2019-01-27 13:21:05 -05:00
tambien
ed71d8141b amd to es6 import/export
no longer using AMD (require.js) style imports, and beginning to move to es6 "import/export" statements everywhere.
2019-01-27 13:05:20 -05:00
tambien
f38c87271f Split can optionally handle more than 2 channels 2019-01-26 20:12:07 -05:00
tambien
4c0659a0ed merge optionallly accepts more than 2 channels 2019-01-26 20:06:07 -05:00
tambien
011f02858d removing unused import 2019-01-24 11:47:27 -05:00
tambien
2ef5aa1517 only use only context in chrome >= 72
because of a bug loading blobs in Chrome 71: https://github.com/GoogleChrome/puppeteer/issues/3463
2019-01-23 17:22:46 -05:00
tambien
436da03264 moving tests to online context 2019-01-23 17:21:37 -05:00
tambien
d9d77b9f82 fixing autoplay flag 2019-01-23 17:20:58 -05:00
tambien
0ba72ac93a clamping start/stop time to currentTime
this way if someone passes in start(0), it will just play immediately and not break things.

addresses #424
2019-01-23 16:19:07 -05:00
tambien
b2efc57a2a updating docs to reflect FFT output data
fixes #423
2019-01-11 14:30:59 -05:00
tambien
968a589d5f latest ui
[skip ci]
2019-01-10 13:48:02 -05:00
tambien
5ed963b82b fixing broken link in README
[skip ci]
2019-01-10 11:51:50 -05:00
tambien
d80e751b01 fixing typo in example
[skip ci]
2019-01-10 11:43:51 -05:00
tambien
390d62c285 Update README.md
[skip ci]
2019-01-10 00:52:20 -05:00
tambien
59b6bc1288 updating to latest ui 2019-01-09 23:38:07 -05:00
tambien
b8c9246d85 adding AMSynth example 2019-01-09 23:25:30 -05:00
tambien
be077fb59c can pass in oscillator options to constructor 2019-01-09 23:19:56 -05:00
tambien
9891d6bfa9 linting 2019-01-09 22:57:14 -05:00
tambien
7b4cd7bace Merge branch 'dev' of https://github.com/Tonejs/Tone.js into dev 2019-01-09 22:48:30 -05:00
tambien
36b51ad9e3 adding html file template for scratch testing 2019-01-09 22:43:42 -05:00
Yotam Mann
6c04ecbd01
Using github license template 2019-01-09 22:37:36 -05:00
tambien
7fb94d09a3 removing unnecessary function
fixed a problem in safari which has since been resolved
2019-01-09 22:34:04 -05:00
tambien
7dff3d1892 Update README.md 2019-01-09 22:30:37 -05:00
tambien
ab4e677c9d adding start method to simplify starting AudioContext 2019-01-09 22:30:22 -05:00
tambien
7e4e04b5d2 Revert "trying out online testing with Chrome flag"
This reverts commit 68bb4faa31.
2019-01-09 22:22:02 -05:00
tambien
a5fceee69f changing step time to 1 sample 2019-01-09 22:13:40 -05:00
tambien
68bb4faa31 trying out online testing with Chrome flag 2019-01-09 22:12:45 -05:00
tambien
41183dfe2e removing logging from test
whoops
[skip ci]
2019-01-09 18:34:47 -05:00
tambien
b971ef94da changing part removing behavior
if a part is at the given time, it will remove the entire part instead of recursively checking and removing an event from the subpart.

fixes #269
2019-01-09 18:30:42 -05:00
tambien
fd26f6a6b9 making field as private
[skip ci]
2019-01-09 00:02:27 -05:00
tambien
1c971ac51c removing old example tests 2019-01-08 22:22:09 -05:00
tambien
999e984497 running local server for tests 2019-01-08 22:08:00 -05:00
tambien
a9c4daaba9 updating http-server 2019-01-08 22:07:40 -05:00
tambien
30c9915cba removing duplicate import 2019-01-08 22:06:19 -05:00
tambien
5324ab7345 latest tonejs-ui 2019-01-08 22:06:01 -05:00
tambien
e5179c76c5 setting initial frequency
just for the visual effect in tonejs-ui
2019-01-08 20:24:24 -05:00
tambien
c712219198 lowering meter size
to increase performance
2019-01-08 20:23:54 -05:00
tambien
c21e5758d8 updated examples with new interfaces 2019-01-08 20:21:29 -05:00
tambien
b4b56f213e Update README.md 2019-01-08 20:18:01 -05:00
tambien
05e0fdea15 adding a note about Starting the AudioContext 2019-01-08 20:04:14 -05:00
tambien
fe893f74bf updating copyright year
2019!
2019-01-08 20:03:49 -05:00
tambien
91d6e42b46 removing unused dependencies 2019-01-08 11:34:42 -05:00
tambien
1dfda112e7 noting changes 2019-01-08 11:34:14 -05:00
tambien
ed20e2cdda styling minOutput differently 2019-01-08 11:27:28 -05:00
tambien
ffe3d434c6 closes the stream before reopening it 2019-01-08 11:26:57 -05:00