Commit graph

5122 commits

Author SHA1 Message Date
Yotam Mann
dca2e4fd2b removing unnecessary category 2020-09-07 09:12:36 -04:00
Yotam Mann
ca47d0f719 Merge branch 'dev' of https://github.com/Tonejs/Tone.js into dev 2020-09-07 09:11:32 -04:00
Yotam Mann
f6f164ac6d
Merge pull request #732 from marcelblum/docs-fix3
adding @category definitions for docs, fixing some typos/mistakes alo…
2020-09-07 09:10:12 -04:00
Yotam Mann
89bdaa59ec
Merge pull request #722 from Astray-git/fix/instrument_sync
fix: Instrument sync
2020-09-07 09:08:22 -04:00
Yotam Mann
d337f63883
Merge pull request #735 from jounii/fix/emitter-717
Fixes #717
2020-09-07 09:06:42 -04:00
Jouni Airaksinen
d5c8a25a08 Add test for duplicate events 2020-09-07 14:14:53 +03:00
Jouni Airaksinen
b5f582ee1a Reverse Emitter off callback loop for correct removal of duplicate events 2020-09-07 14:06:24 +03:00
Marcel Blum
3715149b8b un-categorizing some internal-use-only classes so they don't surface to the docs 2020-09-02 18:01:49 -04:00
Marcel Blum
0e2b5b942d adding @category definitions for docs, fixing some typos/mistakes along the way 2020-09-02 16:53:38 -04:00
Yotam Mann
cff4a30c66 Merge branch 'dev' of https://github.com/Tonejs/Tone.js into dev 2020-09-02 10:29:28 -04:00
Yotam Mann
5279a9d3d5
Merge pull request #730 from marcelblum/docs-fix2
docs example bugfixes, typo corrections, minor additions for clarity,…
2020-09-02 09:26:15 -04:00
Marcel Blum
5949b77e0e docs example bugfixes, typo corrections, minor additions for clarity, legacy link update 2020-09-02 00:07:45 -04:00
Yotam Mann
d967fa1e38 linting 2020-08-26 11:37:08 -04:00
Yotam Mann
940ed7c12c noting breaking change
addresses #723
2020-08-26 11:36:52 -04:00
Astray-git
75f591a40a fix: should set _sync in this.sync 2020-08-26 16:58:14 +08:00
Yotam Mann
826a51d594 clearing the 'implicitEnd' event off the timeline
fixes #711
2020-08-22 10:13:32 -04:00
Yotam Mann
ed8bb4ddcf updating omnioscillator options 2020-08-06 12:58:02 -07:00
Yotam Mann
a58f326e41 better examples in comments 2020-08-03 18:21:17 -07:00
Yotam Mann
3577ddac9b adding portamento tests 2020-08-02 14:29:36 -07:00
Yotam Mann
cb0692bf15
Merge pull request #705 from Tonejs/dependabot/npm_and_yarn/elliptic-6.5.3
Bump elliptic from 6.4.0 to 6.5.3
2020-08-02 09:38:58 -07:00
dependabot[bot]
078160603a
Bump elliptic from 6.4.0 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.4.0...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-30 01:27:07 +00:00
Yotam Mann
daeccb99e9 updating to latest karma 2020-07-29 09:19:39 -07:00
Yotam Mann
a25fd28328 removing toFixed since output might be array 2020-07-26 14:06:00 -07:00
Yotam Mann
6b5daa7d07 using new way to handle offline tests 2020-07-26 13:55:06 -07:00
Yotam Mann
542e8913c6 Merge branch 'master' into dev 2020-07-26 13:54:49 -07:00
Yotam Mann
ebd84be80b testing all of the scripts in the readme 2020-07-26 13:37:38 -07:00
Yotam Mann
23d5d83476 updating readme 2020-07-26 13:35:06 -07:00
Yotam Mann
d357feec24 channelCount as an input option
fixes #704
2020-07-25 18:27:50 -07:00
Yotam Mann
1afba9a88a
Merge pull request #703 from Tonejs/dependabot/npm_and_yarn/codecov-3.7.1
Bump codecov from 3.6.5 to 3.7.1
2020-07-21 15:10:46 -07:00
Yotam Mann
655cd75b4e
Merge pull request #702 from JackCA/oneshot-source-idle-callback
OneShotSource requestIdleCallback optimization
2020-07-21 15:10:20 -07:00
dependabot[bot]
2118906d64
Bump codecov from 3.6.5 to 3.7.1
Bumps [codecov](https://github.com/codecov/codecov-node) from 3.6.5 to 3.7.1.
- [Release notes](https://github.com/codecov/codecov-node/releases)
- [Commits](https://github.com/codecov/codecov-node/compare/v3.6.5...v3.7.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-21 12:37:19 +00:00
Jack Anderson
998592fa3e OneShotSource uses requestIdleCallback if avail
- This optimization allows the browser to tell Tone a more opportune
  time to garbage collect during onended on OneShotSource. Otherwise, the 1
  second timeout can trigger at an inopportune time.
2020-07-20 17:43:50 -07:00
Yotam Mann
e673387cbb fixing example links 2020-07-20 11:11:00 -07:00
Yotam Mann
f20d19beed updating example 2020-07-19 13:48:48 -07:00
Yotam Mann
5ad6ee35ab fixing bad link 2020-07-19 13:45:40 -07:00
Yotam Mann
acc23128c1 updating example links 2020-07-19 13:22:47 -07:00
Yotam Mann
1a7940eed7 updating to latest API 2020-07-19 13:17:20 -07:00
Yotam Mann
23f4a00f28 correcting link 2020-07-19 13:14:30 -07:00
Yotam Mann
5ff4922646 correcting example 2020-07-19 13:11:58 -07:00
Yotam Mann
fa725aa6f5 Merge branch 'dev' 2020-07-19 12:54:59 -07:00
Yotam Mann
66be4be4de removing tone.d.ts since it didn't work very well 2020-07-19 12:54:51 -07:00
Yotam Mann
9352dcafc6 splitting the examples into two sections to speed things up 2020-07-19 12:41:20 -07:00
Yotam Mann
5771eb4383 removing RecursiveOmit (never used)
addresses #700
2020-07-19 12:23:18 -07:00
Yotam Mann
a78fba072a make sure the defaults belong to the template 2020-07-19 12:04:03 -07:00
Yotam Mann
caff06106b updating ui components 2020-07-19 11:59:44 -07:00
Yotam Mann
8b2c5ce441 linting html 2020-07-19 11:46:01 -07:00
Yotam Mann
4b84d817c1 removing Tone.js deps 2020-07-19 11:40:20 -07:00
Yotam Mann
72dd2773fb adding html linting (for examlpes)
and test script to test on examples
2020-07-19 10:58:08 -07:00
Yotam Mann
8a82a5f794 running examples through typescript checker 2020-07-19 10:50:44 -07:00
Yotam Mann
554a560737 ignoring typescript errors 2020-07-19 10:50:20 -07:00