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
61d27b93b6
fixing example formatting
2020-09-21 09:23:12 -04:00
sarahBuisson
846e536e4e
Update Defaults.ts
2020-09-21 02:31:29 +02:00
Yotam Mann
ad9dd643a6
fixing envelope example
2020-09-15 08:22:16 -04: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
dca2e4fd2b
removing unnecessary category
2020-09-07 09:12:36 -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
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
Marcel Blum
5949b77e0e
docs example bugfixes, typo corrections, minor additions for clarity, legacy link update
2020-09-02 00:07:45 -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
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
d357feec24
channelCount as an input option
...
fixes #704
2020-07-25 18:27:50 -07: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
acc23128c1
updating example links
2020-07-19 13:22:47 -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
37c9f638de
clamp the overlap range
2020-07-19 10:16:30 -07:00
Yotam Mann
6337227155
updating example using Array instead of Float32Array
2020-07-19 10:12:39 -07:00
Yotam Mann
e40cb97e43
including MonoSynth in PolySynth types
2020-07-19 10:12:26 -07:00
Yotam Mann
94c3844fe2
fixing example
2020-07-18 21:13:41 -07:00
Yotam Mann
f05775b964
correcting example
2020-07-18 17:47:07 -07:00
Yotam Mann
a9f99e8fb3
corrected fft example
2020-07-18 17:21:24 -07:00
Yotam Mann
742a965d33
fixing example
2020-07-18 10:41:36 -07:00
Yotam Mann
50d03787de
correcting example
2020-07-18 08:30:00 -07:00
Yotam Mann
007cdc5a66
fixing typos and adding examples
2020-06-25 08:26:50 -07:00
Yotam Mann
1b23c84e08
adding deprecated Destination name
...
will reduce errors in upgrading
2020-06-25 08:26:38 -07:00
Yotam Mann
4435329b03
feat: sampler no longer quantizes to nearest semitone but can work between pitches
...
fixes #447
2020-06-17 17:15:56 -04:00
Yotam Mann
de95b27af0
don't clear the activeVoices array when releasing all
...
actives voices will be cleared on it's own
fixes #676
2020-06-17 14:08:25 -04:00
Yotam Mann
127a62da5a
making example more descriptive
2020-06-17 10:31:26 -04:00
Yotam Mann
c7ac90f2f7
fixing test
2020-06-16 23:27:05 -04:00
Yotam Mann
dbed4d27fe
adding note recommending Reverb over FeedbackCombFilter-based classes
2020-06-16 23:15:06 -04:00
Yotam Mann
08aa0f5419
adding getters for global singletons
...
addresses #679
2020-06-16 23:14:34 -04:00
Yotam Mann
69bc2bbb57
linting
2020-06-16 23:14:19 -04:00
Jack Anderson
73ba8c1138
export new BiquadFilter
2020-06-08 15:01:01 -07:00
Yotam Mann
50a888c8c0
start the source only if the transport is already past the given start time
...
fixes #525
2020-06-07 23:18:33 -04:00
Yotam Mann
22cecdc281
feat: adding ability to get the frequency at the FFT index
...
`getFrequencyOfIndex`
2020-06-07 20:46:01 -04:00
Yotam Mann
d72580cd48
removing unused variable
2020-06-07 20:42:34 -04:00
Yotam Mann
75617d341f
feat: adding BiquadFilter
...
Simplified Filter class without the "rolloff" param
closes #686
2020-06-07 20:17:18 -04:00