Commit graph

5369 commits

Author SHA1 Message Date
Stuart Keith
0346ca0c09 remove unnecessary whitespace after comment 2021-03-21 20:38:53 +11:00
garrettmichaelgeorge
aca51b7026 Improve fanIn() API 2021-03-17 21:04:01 -04:00
garrettmichaelgeorge
fdcbea3714 Add failing tests for fanIn 2021-03-17 14:55:45 -04:00
Yotam Mann
4ad7b24582 Adding stalebot to close old feature requests with no activity after 90 days 2021-03-16 10:43:16 -04:00
Yotam Mann
8b0004ff00
Merge pull request #852 from Tonejs/dependabot/npm_and_yarn/elliptic-6.5.4
Bump elliptic from 6.5.3 to 6.5.4
2021-03-09 09:19:25 -05:00
dependabot[bot]
c73706a8f7
Bump elliptic from 6.5.3 to 6.5.4
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-08 19:27:34 +00:00
Yotam Mann
646330b485
Merge pull request #847 from vibertthio/fix-docs
Fix docs of class Tone
2021-02-26 09:44:43 -05:00
Yotam Mann
bc487c8200
Merge pull request #846 from vibertthio/fix-comment-typo
Fix comment typo in ContextInitialization.ts
2021-02-26 09:42:41 -05:00
Vibert Thio
d7be64b4d9 remove the typo "@class" 2021-02-25 23:03:45 -05:00
Vibert Thio
c135ebb57d Change type name to differentiate with the class 2021-02-25 23:02:05 -05:00
Vibert Thio
63e57fb2e8 Fix comment typo in ContextInitialization.ts 2021-02-25 22:15:42 -05:00
Yotam Mann
38ca13539a making path relative 2021-02-24 19:22:28 -05:00
Yotam Mann
4f9aecebd8 Chebyshev order must be an integer
fixes #844
2021-02-24 19:06:01 -05:00
Yotam Mann
a299710011 updating issue template
[skip ci]
2021-01-31 23:37:27 -05:00
Yotam Mann
f9789df538 Update issue templates 2021-01-31 23:34:47 -05:00
Yotam Mann
86ca40fbab Update issue templates 2021-01-31 23:24:56 -05:00
Yotam Mann
f549a45cf7
Merge pull request #790 from sarahBuisson/patch-3
Update AdvancedTypeCheck.ts
2021-01-31 15:03:40 -05:00
Yotam Mann
e6969f538b
Merge pull request #827 from Tonejs/dependabot/npm_and_yarn/socket.io-2.4.1
Bump socket.io from 2.3.0 to 2.4.1
2021-01-29 10:12:35 -05:00
Yotam Mann
09dd41f46a
Merge pull request #826 from vibertthio/fix-variable-name
fix the wrong variable name 'event' in Emitter.ts
2021-01-25 10:29:02 -05:00
Yotam Mann
8ddb219292
Merge pull request #831 from vibertthio/update-issue-template-example
Add buttons to the issue reproduction templates
2021-01-25 10:28:02 -05:00
Vibert Thio
2ec9eb737b Add buttons to the issue reproduction templates 2021-01-24 09:04:51 -05:00
dependabot[bot]
b61e7d0484
Bump socket.io from 2.3.0 to 2.4.1
Bumps [socket.io](https://github.com/socketio/socket.io) from 2.3.0 to 2.4.1.
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/2.4.1/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/2.3.0...2.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-21 00:27:17 +00:00
Vibert Thio
46bd7176f6 fix the wrong variable name 'event' in Emitter.ts 2021-01-20 18:41:55 -05:00
Yotam Mann
ac856bc82b ability to mute a sequence
fixes #823
2021-01-18 23:27:55 -05:00
Yotam Mann
de1dddc5b9 Added additional test for loop iteration
addresses #778
2021-01-13 12:21:16 -05:00
Yotam Mann
0b7a352f7a remove implicit "stop" scheduling
fixes #778
2021-01-13 10:18:37 -05:00
Yotam Mann
33e14d06eb feat: sub-tick scheduling
values are no longer rounded to the nearest tick, they can happen between tick values.
2021-01-12 22:54:45 -05:00
Yotam Mann
dc9de66401 removing unused variable 2021-01-10 22:36:58 -05:00
Yotam Mann
44d1bc85bb fixing typescript error in example 2021-01-10 22:19:02 -05:00
Yotam Mann
e29ba5824c updating to latest standardized-audio-context
addresses #813
2021-01-10 22:02:21 -05:00
Yotam Mann
fdc7eb4e91 pass in partials to LFO
addresses #814
2021-01-10 21:48:52 -05:00
Yotam Mann
f04581863c moving toJSON implementation to the BaseContext 2021-01-04 09:57:52 -05:00
Jack Anderson
16859ff2e2 allow JSON.stringify(context) 2020-12-31 17:56:02 -08:00
Yotam Mann
bfa600399f Merge branch 'dev' of https://github.com/Tonejs/Tone.js into dev 2020-12-14 18:45:09 -05:00
Yotam Mann
8f90504c02 example with ramping destination volume
addresses #794
2020-12-14 18:44:56 -05:00
Yotam Mann
92b70176a1 enabling the value to ramp exponentially ramp below 0 2020-12-14 18:44:09 -05:00
Yotam Mann
78452c65d2 making sure that the decibel values are propagated through to the filter
fixes #807
2020-12-14 18:43:40 -05:00
Yotam Mann
7c8af8cd99
Merge pull request #768 from bryanbraun/dev
Address an edge-case for "Interrupted" states in Safari.
2020-12-10 19:21:02 -05:00
Yotam Mann
c5f4c45154
Merge pull request #806 from Tonejs/dependabot/npm_and_yarn/ini-1.3.7
Bump ini from 1.3.5 to 1.3.7
2020-12-10 19:20:19 -05:00
dependabot[bot]
f6c8d6212d
Bump ini from 1.3.5 to 1.3.7
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-10 20:37:12 +00:00
Yotam Mann
87cf66d772 setting type for windowSize 2020-12-07 20:56:35 -05:00
Yotam Mann
2bd6552c50
Merge pull request #800 from Tonejs/dependabot/npm_and_yarn/highlight.js-10.4.1
Bump highlight.js from 10.4.0 to 10.4.1
2020-12-04 19:58:37 -05:00
dependabot[bot]
58881d635d
Bump highlight.js from 10.4.0 to 10.4.1
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.4.0 to 10.4.1.
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/master/CHANGES.md)
- [Commits](https://github.com/highlightjs/highlight.js/compare/10.4.0...10.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-04 19:43:30 +00:00
Yotam Mann
e3dfbc17ed
Merge pull request #796 from Tonejs/dependabot/npm_and_yarn/highlight.js-10.4.0
Bump highlight.js from 10.0.1 to 10.4.0
2020-11-26 08:00:28 -05:00
dependabot[bot]
cfc50233f0
Bump highlight.js from 10.0.1 to 10.4.0
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.0.1 to 10.4.0.
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/master/CHANGES.md)
- [Commits](https://github.com/highlightjs/highlight.js/compare/10.0.1...10.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-24 23:19:57 +00:00
Yotam Mann
479ce5da96
Merge pull request #789 from Razz21/fix-docs
Fix docs examples.
2020-11-15 17:24:10 -05:00
sarahBuisson
284db72d43
Update AdvancedTypeCheck.ts
fix https://github.com/Tonejs/Tone.js/issues/788

It was 'working" before my update because there is another classe AudioBuffer define in a file of the typescript lib d.ts who do something else, and don't need import to be used ( because it's "inside" typescript)
2020-11-15 13:00:41 +01:00
Razz21
ff3b4edefd Fix docs examples. Closes #783 2020-11-15 08:28:51 +01:00
Yotam Mann
14be0fc84e removing unused import 2020-11-02 23:04:31 -05:00
Yotam Mann
944fa51466 removing positive number restriction on frequency envelope octaves 2020-11-02 13:47:24 -05:00