Commit graph

5351 commits

Author SHA1 Message Date
Yotam Mann
e7e372d37e removing unused import 2020-10-02 11:53:19 -04:00
Yotam Mann
5d3485b5cf updating to latest std-audio-context
fixes #746
2020-10-02 10:29:43 -04:00
Yotam Mann
301f8cd9dc adding createMediaElementSource
fixes #756
2020-10-02 10:28:57 -04:00
Yotam Mann
3ff63aba87 removing old docs 2020-10-02 10:05:23 -04:00
Yotam Mann
d788183425 removing computedOffset calculation when synced
fixes #721
2020-09-23 22:11:38 -04:00
Yotam Mann
530a997a07 compute the start of the next tick using the tickDuration instead of getTimeOfTick
fixes #706
2020-09-23 22:01:03 -04:00
Yotam Mann
9c1b303bcf updating the type of _timeout 2020-09-23 21:24:53 -04:00
Yotam Mann
15c4e140fb
Merge pull request #753 from sarahBuisson/patch-2
Update Ticker.ts
2020-09-23 15:51:47 -04:00
sarahBuisson
00135f82bd
Update Ticker.ts
fix small ts error
2020-09-23 20:10:43 +02:00
Yotam Mann
1572dcf67a adjusting threshold 2020-09-21 10:10:43 -04:00
Yotam Mann
a84317f03a updating to bionic distribution 2020-09-21 09:50:17 -04:00
Yotam Mann
e6f5259ce6 updating to latest typescript 2020-09-21 09:44:29 -04:00
Yotam Mann
840c77cfe1 import Draw for side-effects 2020-09-21 09:44:20 -04:00
Yotam Mann
0ca04b9ac5 making sure that classes doesn't re-export globals
addresses #699
2020-09-21 09:34:29 -04:00
Yotam Mann
7ec918e5b4 making arguments generic 2020-09-21 09:26:22 -04:00
Yotam Mann
d26ca1b18a Merge branch 'dev' of https://github.com/Tonejs/Tone.js into dev 2020-09-21 09:24:26 -04:00
Yotam Mann
491bd08a21
Merge pull request #749 from sarahBuisson/patch-1
Update Defaults.ts
2020-09-21 09:24:14 -04:00
Yotam Mann
61d27b93b6 fixing example formatting 2020-09-21 09:23:12 -04:00
Yotam Mann
c60840eec4 latest version of deps 2020-09-21 09:05:54 -04:00
sarahBuisson
846e536e4e
Update Defaults.ts 2020-09-21 02:31:29 +02:00
Yotam Mann
8915e1bcfa latest std-audio-context
fixes #720
2020-09-17 18:38:22 -04:00
Yotam Mann
65ecf56b36 adding import example
fixes #744
2020-09-15 23:27:15 -04:00
Yotam Mann
5b0901555c Merge branch 'dev' of https://github.com/Tonejs/Tone.js into dev 2020-09-15 08:22:22 -04:00
Yotam Mann
ad9dd643a6 fixing envelope example 2020-09-15 08:22:16 -04:00
Yotam Mann
4e566a1d18
Merge pull request #741 from Tonejs/dependabot/npm_and_yarn/node-fetch-2.6.1
Bump node-fetch from 2.6.0 to 2.6.1
2020-09-14 09:54:59 -04:00
dependabot[bot]
2e7d5916f2
Bump node-fetch from 2.6.0 to 2.6.1
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-12 15:56:01 +00:00
Yotam Mann
ada9646ed7 starting Transport in Part docs
fixes #736
2020-09-09 08:51:36 -04:00
Yotam Mann
0ac1da5aa1 correctly offset phase for each oscillator
fixes #733
2020-09-07 22:14:58 -04:00
Yotam Mann
82d1074228 updating webpack to latest 2020-09-07 21:58:55 -04:00
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