Commit graph

5122 commits

Author SHA1 Message Date
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
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
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
Yotam Mann
66b377e1b5 increasing test threshold 2020-10-30 17:37:11 -04:00
Yotam Mann
f08d6abde3 updating tremolo wav bc of updated Tone.LFO 2020-10-30 14:57:46 -04:00
Yotam Mann
ccf74922d4 fixing amplitude to it's still centered in the same spot
fixes #777
2020-10-30 11:17:27 -04:00
Yotam Mann
5a52c9f1bf updating the tickTime _after_ computing the loop boundries
this way the loop boundry is not thrown off by the swing parameter.

fixes #774
2020-10-29 12:31:50 -04:00
Yotam Mann
d159a1642c Merge branch 'dev' of https://github.com/Tonejs/Tone.js into dev 2020-10-25 13:06:10 -04:00
Yotam Mann
b39883e132 increasing attack/release above 0 to avoid distortion
fixes #770
2020-10-25 13:06:08 -04:00
Yotam Mann
f705ad4ee8
Merge pull request #763 from stephendwolff/dev
Update example with link to ToneEvent
2020-10-25 08:42:30 -04:00
Yotam Mann
aed85b0f47 Merge branch 'dev' of https://github.com/Tonejs/Tone.js into dev 2020-10-21 22:33:03 +02:00
Yotam Mann
8b996bc6ed exporting Mono
fixes #765
2020-10-21 22:32:59 +02:00
Stephen Wolff
44194e7f44 Update example with link to ToneEvent 2020-10-15 23:06:51 +01:00
Yotam Mann
a5a3d332d4
Merge pull request #762 from marcelblum/regexp-fix
fixes #761
2020-10-15 23:01:19 +02:00
Marcel Blum
09a524994d Update ToneAudioBuffer.ts
improving url parsing regexp to avoid hangs in edge case filepaths
2020-10-14 23:45:40 -04:00
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