Commit graph

5251 commits

Author SHA1 Message Date
Yifan Mai
205c438511 Add Pattern.index
Pattern.index returns the current index of the pattern. This method
previously existed but was lost after the TypeScript conversion.
2022-01-04 21:19:52 -08:00
Yotam Mann
aad2d8c890 Updating docs on Player.reverse
fixes #986
2021-12-20 11:59:20 -05:00
Yotam Mann
444d6179c4 Don't reschedule source when offset is very small
This offset is due to floating point error

Fixes #999
Fixes #944
2021-12-19 11:21:27 -05:00
Yotam Mann
aeaaa1e871 updating threshold 2021-12-18 17:37:31 -05:00
Yotam Mann
d6a23a134c fixing typo 2021-12-18 17:36:57 -05:00
Yotam Mann
69ab1b91c6 Adding triggerAttackRelease example
addresses #989
2021-12-18 17:31:00 -05:00
Yotam Mann
dd12f771ab Merge branch 'dev' of https://github.com/Tonejs/Tone.js into dev 2021-12-08 22:20:36 -05:00
Yotam Mann
0aa8639668 updating devDeps
typescript can't be updated bc of this issue it seems like: https://github.com/monounity/karma-typescript/issues/499
2021-12-08 22:20:31 -05:00
Yotam Mann
1555102f92 updating deps 2021-12-08 22:18:09 -05:00
Yotam Mann
cd7bcdbe4d
Merge pull request #972 from andypea/patch-1
Parse note strings with three sharps or flats.
2021-11-20 15:06:38 -05:00
Andrew Punnett
5cd3560d46
Parse note strings with three sharps or flats.
Tweaked the note string regexp and the noteToScaleIndex map, so that it can parse note strings with three sharps or flats.

Although rare, notes with three sharps or flats do occur, for example in the B# augmented seventh and Cb diminished seventh chords.
2021-10-29 10:54:30 +13:00
Yotam Mann
5c15c9517d
Merge pull request #963 from Tonejs/revert-942-buffer-player-timekeeping
Revert "fix for AudioBufferSourceNode stop time miscalculation"
2021-10-15 15:40:14 -04:00
Yotam Mann
e1c66311db
Revert "fix for AudioBufferSourceNode stop time miscalculation" 2021-10-15 15:39:44 -04:00
Yotam Mann
3177cde6ec
Merge pull request #942 from marcelblum/buffer-player-timekeeping
fix for AudioBufferSourceNode stop time miscalculation
2021-10-15 15:29:22 -04:00
Yotam Mann
954a4fce37 Allow instrument and PolySynth to be scheduled to the transport stop/loop events
addresses #924
2021-10-13 19:27:34 -04:00
Yotam Mann
6dd22e752f warn if event is scheduled without using the scheduled time.
addresses #959
2021-10-13 19:03:14 -04:00
Yotam Mann
52cf924ee7 linting 2021-10-13 18:42:45 -04:00
Yotam Mann
10c27a99e1 linting 2021-10-13 18:38:30 -04:00
Yotam Mann
8d75c16f20
Merge pull request #914 from benmccann/patch-2
Fix browser entry point
2021-10-13 16:27:51 -04:00
Yotam Mann
3a85eeb500 fixing exponential test 2021-10-13 16:06:42 -04:00
Yotam Mann
07dce2da59 Merge branch 'dev' of https://github.com/Tonejs/Tone.js into dev 2021-10-13 15:52:53 -04:00
Yotam Mann
06d94bd3cd simplifying test slightly 2021-10-13 15:52:43 -04:00
Yotam Mann
fba6c14d75
Merge pull request #880 from WofWca/set-context-dispose-old
improvement: add `disposeOld` parameter to `setContext`
2021-10-13 15:30:17 -04:00
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