Commit graph

5386 commits

Author SHA1 Message Date
Yotam Mann
4f5353e7f0 throws error when polysynth is used with a non monophonic class
fixes #939
2021-10-13 15:29:23 -04:00
Yotam Mann
3f835efce6 removing node test for now 2021-10-13 14:26:02 -04:00
Yotam Mann
2d1e48f04f increasing the disconnect time 2021-10-13 14:21:23 -04:00
Yotam Mann
cf9edc5992 moving to .cjs scripts 2021-10-13 13:56:57 -04:00
Yotam Mann
a0e7f99bcc updating webpack cli api 2021-10-13 13:44:08 -04:00
Yotam Mann
4af3168436 adjusting test thresh 2021-10-13 13:35:40 -04:00
Yotam Mann
180af57dc7 Merge branch 'dev' of https://github.com/Tonejs/Tone.js into dev 2021-10-13 13:32:42 -04:00
Yotam Mann
e055c0b47e correcting typescript issues 2021-10-13 13:32:29 -04:00
Yotam Mann
f08b317f9a
Merge pull request #902 from dannywritescode/dev
Fix: Loading samples with special characters in the file name
2021-10-13 13:26:38 -04:00
Yotam Mann
8ff5c60311
Merge pull request #928 from Tonejs/dependabot/npm_and_yarn/path-parse-1.0.7
Bump path-parse from 1.0.6 to 1.0.7
2021-10-13 13:25:43 -04:00
Yotam Mann
f4bc9f38d2 Merge branch 'dev' of https://github.com/Tonejs/Tone.js into dev 2021-10-13 13:25:00 -04:00
Yotam Mann
dbbb0d1fff updating deps 2021-10-13 13:24:51 -04:00
Yotam Mann
6185cecec5 additional cleanup checks 2021-10-13 13:24:41 -04:00
Yotam Mann
e4811bd00d typescript fix 2021-10-13 13:23:15 -04:00
Yotam Mann
de5dc20252 adding example 2021-10-13 13:11:41 -04:00
Yotam Mann
2667d44fe1 updating dispose 2021-10-13 13:11:20 -04:00
Yotam Mann
d8c8a85bdf small ts tweaks 2021-10-13 13:10:36 -04:00
Yotam Mann
927ff54166 changing to channelCount to match rest of API 2021-10-13 13:09:09 -04:00
Yotam Mann
dbd77be2ef moving to karma cjs 2021-10-13 13:07:18 -04:00
Yotam Mann
0ccdab762f upgrading to node version 14 2021-10-13 13:06:00 -04:00
Yotam Mann
ebc0578961
Merge pull request #929 from SkyezerFox/dev
improvement: Allow PolySynth voice constructors to extend Monophonic
2021-10-13 09:58:12 -07:00
Yotam Mann
b1526c3578
Merge pull request #940 from marcelblum/patch-1
Analyser constructor bugfix for ignored smoothing option
2021-10-13 09:42:41 -07:00
Yotam Mann
65acd3b841
Update bug_report.md
addresses #960
2021-10-13 12:22:01 -04:00
Marcel Blum
9e9b3d23f7 use now() instead of currentTime 2021-09-06 18:02:24 -04:00
Marcel Blum
afb5284237
Analyser constructor smoothing option bug fix 2021-08-31 23:20:01 -04:00
SkyezerFox
f4474ffd63
allow PolySynth voice constructors to extend Monophonic 2021-08-13 12:11:57 +01:00
dependabot[bot]
58629d2622
Bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-10 18:10:36 +00:00
Yotam Mann
26392c29a7 Adding Players.add example
Fixes #916
2021-07-25 08:43:18 -07:00
Ben McCann
ef4741e744
Keep unpkg pointing at the same place 2021-07-23 11:36:58 -07:00
Ben McCann
8cc6e8a12a
Add back main as ESM build 2021-07-14 09:16:09 -07:00
Ben McCann
e95328241d
Fix browser entry point 2021-07-13 09:29:32 -07:00
Yotam Mann
7ec588f937
Merge pull request #908 from benmccann/patch-2
Add `"type": "module"` to `package.json`
2021-07-12 09:09:21 -04:00
Yotam Mann
c26f83d5cb
making link https 2021-07-12 08:31:17 -04:00
Ben McCann
69055baa99
Add "type": "module" to package.json 2021-06-30 11:49:16 -07:00
Daniel Fernandes
21b836bfcf
changed yield to await 2021-06-08 16:19:21 +05:30
Daniel Fernandes
f7bdff0244
fix: loading non relative URLs
encodeURIComponent() used to encode the URL protocol ("https://" etc.) as well, causing errors when loading external samples and data URIs. Now, it only encodes the file path.
2021-06-08 14:58:10 +05:30
Daniel Fernandes
af00f3768e
fix loading of files with special chars in name
file names with special symbols like "C#5.wav" would not get parsed correctly. used encodeURIComponent() for each level of the file path to fix that.
2021-06-07 18:26:51 +05:30
Yotam Mann
a2a13dfe51
Merge pull request #899 from apasov/patch-3
fix: load base64 encoded sounds when baseUrl is not empty
2021-05-30 12:11:56 -04:00
Ilya Apasov
a77181175a
fix: load base64 encoded sounds when baseUrl is not empty
Fixes #898
2021-05-26 12:59:44 +02:00
Yotam Mann
c19723905e
Merge pull request #889 from Tonejs/dependabot/npm_and_yarn/ua-parser-js-0.7.24
Bump ua-parser-js from 0.7.20 to 0.7.24
2021-05-14 17:16:10 -04:00
Yotam Mann
c21caed8a4
Merge pull request #888 from Tonejs/dependabot/npm_and_yarn/handlebars-4.7.7
Bump handlebars from 4.7.6 to 4.7.7
2021-05-14 17:16:02 -04:00
Yotam Mann
f31fd0013a
Merge pull request #890 from Tonejs/dependabot/npm_and_yarn/lodash-4.17.21
Bump lodash from 4.17.19 to 4.17.21
2021-05-14 17:15:54 -04:00
Yotam Mann
1cc7b56917
Merge pull request #895 from the-t-in-rtf/GH-894
GH-894: Correct 'Karplus-String' typo (fixes #894).
2021-05-14 17:15:31 -04:00
Tony Atkins
be22ab8a24 GH-894: Correct 'Karplus-String' typo (fixes #894). 2021-05-11 20:09:05 +02:00
Yotam Mann
90c80d1d9e Update issue templates 2021-05-10 12:45:07 -04:00
dependabot[bot]
424c4e1d96
Bump lodash from 4.17.19 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-07 04:58:20 +00:00
dependabot[bot]
9301b75829
Bump ua-parser-js from 0.7.20 to 0.7.24
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.20 to 0.7.24.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.20...0.7.24)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-06 21:57:16 +00:00
dependabot[bot]
279c005bdb
Bump handlebars from 4.7.6 to 4.7.7
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.6...v4.7.7)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-06 19:41:51 +00:00
Yotam Mann
c8ec4d75d1 asserts that the buffer should be loaded when trying to slice
addresses #886
2021-05-02 22:16:04 -04:00
Yotam Mann
f724be916e
Merge pull request #883 from DavidIsrawi/intrumentTypos
Fix: Typos in triggerAttack docs
2021-04-26 09:17:49 -07:00