Commit graph

2774 commits

Author SHA1 Message Date
Yotam Mann
2073ccdf8c fixing panning in example
[skip ci]
2017-03-28 21:14:48 -04:00
Yotam Mann
12e1fcc272 increment version
[skip ci]
2017-03-28 20:57:04 -04:00
Yotam Mann
5569f7b26f latencyHint has moved to Tone.Context 2017-03-27 11:34:47 -04:00
Yotam Mann
a71bbf78e5 Merge branch 'master' into dev 2017-03-27 08:01:49 -04:00
Yotam Mann
13adf7a3eb updated version 2017-03-26 19:34:09 -04:00
Yotam Mann
a75b9a5504 Merge branch 'dev' 2017-03-26 19:28:32 -04:00
Yotam Mann
413821696d release 10 2017-03-26 19:28:10 -04:00
Yotam Mann
38cc955b66 updating version 2017-03-26 19:26:00 -04:00
Yotam Mann
90ddab0fe1 updating dependencies 2017-03-26 18:27:09 -04:00
Yotam Mann
d9d0a03cee updating node version to latest
addresses #149
2017-03-26 18:26:59 -04:00
Yotam Mann
c9994afcd6 testing that volume is muted when -Infinity is passed into constructor 2017-03-26 16:42:35 -04:00
Yotam Mann
4499e80b2e uses passed in volume for _unmutedVolume 2017-03-26 16:40:00 -04:00
Yotam Mann
c0ed4d5e5d removing jquery ready from examples 2017-03-26 16:39:19 -04:00
Yotam Mann
2502f721c2 using Transport in example 2017-03-26 16:38:00 -04:00
Yotam Mann
9b2a1fbd06 adding missing files to karma tests 2017-03-26 15:40:40 -04:00
Yotam Mann
601b291558 WebGL support detection 2017-03-26 15:40:29 -04:00
Yotam Mann
8da660e2bf check that browser supports WebGL first 2017-03-26 15:29:53 -04:00
Yotam Mann
8e6a910a42 more files to include in examples tests 2017-03-26 15:22:14 -04:00
Yotam Mann
0d59653501 throw error if URL doesn't exist 2017-03-26 15:21:45 -04:00
Yotam Mann
55d49dcd1d adding offline test to examples list
[skip ci]
2017-03-26 15:21:12 -04:00
Yotam Mann
1f9fad3604 test all examples for execution errors 2017-03-26 14:51:25 -04:00
Yotam Mann
b47c3a7dbd noting changes
[skip ci]
2017-03-26 12:33:34 -04:00
Yotam Mann
050e868a61 offline rendering example
[skip ci]
2017-03-26 12:33:28 -04:00
Yotam Mann
90263ac0fc adding build script 2017-03-26 12:33:10 -04:00
Yotam Mann
0df359a92f fixed formatting issue in docs
[skip ci]
2017-03-26 12:32:41 -04:00
Yotam Mann
4cec0fb7a3 mute is true when volume === -Infinity and false otherwise
fixes #221
2017-03-24 17:27:40 -04:00
Yotam Mann
bef5457c01 using Math.SQRT1_2
I didn’t know this existed
2017-03-22 15:21:21 -04:00
Yotam Mann
af58fd34de updating to new getConstant API 2017-03-22 11:43:36 -04:00
Yotam Mann
343e90fa86 testing getConstant 2017-03-22 11:43:35 -04:00
Yotam Mann
f3cb7e577c only creating constant sources when required
optimization
2017-03-22 11:43:35 -04:00
Yotam Mann
97c152d989 documenting Offline
[skip ci]
2017-03-22 11:15:50 -04:00
Yotam Mann
b5d6647c12 optimizing noise array creation
only created on initialization

addresses #216
2017-03-18 14:03:04 -04:00
Yotam Mann
971cfc1b93 variable name change 2017-03-18 14:01:23 -04:00
Yotam Mann
8f6ed53c09 Merge branch 'master' into dev 2017-03-18 12:36:39 -04:00
Uzerus
e32f4b58cb JS type attribute not needed in html5 (#214)
* type attribute not needed

* type att not needed

* type att not needed

* type att not needed

* type att not needed

* type att not needed

* type att not needed

* type att not needed

* type att not needed

* type att not needed

* type att not needed

* type att not needed

* type att not needed

* type att not needed

* type att not needed

* type att not needed

* type att not needed

* type att not needed

* type att not needed

* type at not needed

* type att not needed

* type att not needed

* type att not needed

* type att not needed

* type att not needed

* type att not neede

* type att not needed

* type att not needed

* type att not needed

* type att not needed
2017-03-18 12:35:37 -04:00
Yotam Mann
55d6bc739c testing Tone.loaded 2017-03-14 16:49:13 -04:00
Yotam Mann
f859074254 catch block removes event listeners and throws error 2017-03-14 16:49:04 -04:00
Yotam Mann
66f1f4343f testing getChannelData 2017-03-13 22:09:08 -04:00
Yotam Mann
1a1cb621e8 wrapping native getChannelData 2017-03-13 22:08:59 -04:00
Yotam Mann
87d755c545 fixing typos
[skip ci]
2017-03-13 21:18:14 -04:00
Yotam Mann
10431589d2 moving shims to their respective files
hopefully simplifies maintenance
2017-03-13 01:12:20 -04:00
Yotam Mann
d81ad3e8c7 polyfilling getFloatTimeDomainData 2017-03-13 00:56:04 -04:00
Yotam Mann
3089f09083 also polyfilling copyFromChannel 2017-03-13 00:50:00 -04:00
Yotam Mann
5ab8f82d3e copyToChannel polyfill 2017-03-13 00:40:30 -04:00
Yotam Mann
84bbdb5c04 optimizing slice call
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functi
ons/arguments
2017-03-13 00:38:40 -04:00
Yotam Mann
4f9143c76e adding a .github folder
[skip ci]
2017-03-12 22:44:41 -04:00
Yotam Mann
00f6933f30 linking to issue
[skip ci]
2017-03-12 21:51:19 -04:00
Yotam Mann
dbc0123362 noting changes
[skip ci]
2017-03-12 21:49:49 -04:00
Yotam Mann
d037c28d6f eval -> valueOf
thanks for the suggestion @JackCA
fixes #205
2017-03-12 21:31:23 -04:00
Yotam Mann
ea1b92e75a only set the clock ticks when the value has changed
optimization
2017-03-12 21:09:57 -04:00