Yotam Mann
|
38ca13539a
|
making path relative
|
2021-02-24 19:22:28 -05:00 |
|
Yotam Mann
|
4f9aecebd8
|
Chebyshev order must be an integer
fixes #844
|
2021-02-24 19:06:01 -05:00 |
|
Yotam Mann
|
bfa600399f
|
Merge branch 'dev' of https://github.com/Tonejs/Tone.js into dev
|
2020-12-14 18:45:09 -05:00 |
|
Yotam Mann
|
87cf66d772
|
setting type for windowSize
|
2020-12-07 20:56:35 -05:00 |
|
Razz21
|
ff3b4edefd
|
Fix docs examples. Closes #783
|
2020-11-15 08:28:51 +01:00 |
|
Yotam Mann
|
66b377e1b5
|
increasing test threshold
|
2020-10-30 17:37:11 -04:00 |
|
Yotam Mann
|
1572dcf67a
|
adjusting threshold
|
2020-09-21 10:10:43 -04:00 |
|
Yotam Mann
|
dca2e4fd2b
|
removing unnecessary category
|
2020-09-07 09:12:36 -04: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
|
dbed4d27fe
|
adding note recommending Reverb over FeedbackCombFilter-based classes
|
2020-06-16 23:15:06 -04:00 |
|
Yotam Mann
|
9d8bc5fe06
|
setting params as k-rate
gives much better performance
addresses #672
|
2020-05-26 21:09:10 -04:00 |
|
Yotam Mann
|
51106320b5
|
converting worklets back into strings
fixes #663
|
2020-05-07 09:23:48 -04:00 |
|
Yotam Mann
|
c419a4c1ac
|
moving ToneAudioWorklet to 'worklet' folder
removing tests. typescript + testing elsewhere provides better coverage
|
2020-04-29 16:59:26 -04:00 |
|
Yotam Mann
|
8bc4deec2b
|
feat: updating the way that AudioWorkletProcessors are handled
They each get their own .worklet.ts file which enables some typescript checking
|
2020-04-29 16:38:58 -04:00 |
|
Yotam Mann
|
7429604d3d
|
ability to pass in channelCount
addresses #609
|
2020-04-26 18:07:31 -04:00 |
|
Yotam Mann
|
f17249691d
|
feat: updating all examples
now in the form Tone.Something instead of using `import { Something } from "tone"`. It makes the example runner on the docs page work much faster
|
2020-04-16 22:24:18 -04:00 |
|
Yotam Mann
|
88dae77c90
|
removing 'Connect.ts' and updating dependencies
was a pass through and caused other problems of redefining the variable
|
2020-01-08 14:12:11 -05:00 |
|
Yotam Mann
|
b86aaede46
|
updating relative path
|
2020-01-05 17:59:29 -05:00 |
|
Yotam Mann
|
3526b9c42c
|
Adding note about performance with recent upgrade
closes #571
|
2019-12-30 18:46:35 -05:00 |
|
Yotam Mann
|
9853f44e8c
|
test setting reverb values
|
2019-12-23 23:58:40 -05:00 |
|
Yotam Mann
|
f3022bbb35
|
not necessary to set frequency in constructor
|
2019-12-15 02:18:13 -05:00 |
|
Yotam Mann
|
e709203656
|
Reverb decay should be at least 1ms
|
2019-12-14 12:34:44 -05:00 |
|
Yotam Mann
|
276af87a6d
|
decay needs to be at least 1 sample long
|
2019-12-14 12:33:49 -05:00 |
|
Yotam Mann
|
267f1befc0
|
Simplifying Freeverb dispose
|
2019-12-14 11:53:12 -05:00 |
|
Yotam Mann
|
f20fdce3a6
|
making paths relative
|
2019-12-11 10:35:01 -05:00 |
|
Yotam Mann
|
8eed7bd6ce
|
adding range guards to reverb
|
2019-12-11 10:13:52 -05:00 |
|
Yotam Mann
|
fce95bea6e
|
feat: clamp the values to the defined min/maxValue
|
2019-12-11 10:11:40 -05:00 |
|
Yotam Mann
|
409fb929af
|
skipping isSilent test
|
2019-12-06 18:00:26 -05:00 |
|
Yotam Mann
|
d4f47b7cd8
|
removing unused vars
|
2019-12-06 17:29:06 -05:00 |
|
Yotam Mann
|
2295ce674e
|
whoops: made it so it only funs one test
|
2019-12-06 17:23:02 -05:00 |
|
Yotam Mann
|
8a508f2405
|
feat: Reverb generate is automatically called when decay or preDelay values are changed
`ready` promise resoves when reverb values have been updated.
|
2019-12-06 16:37:40 -05:00 |
|
Yotam Mann
|
0f8a282dfa
|
fixing stereo widener
|
2019-11-22 13:25:50 -05:00 |
|
Yotam Mann
|
09dc29191b
|
linting
|
2019-11-17 13:09:19 -05:00 |
|
Yotam Mann
|
3fb5ca8727
|
toMaster() -> toDestination()
|
2019-11-14 12:29:53 -05:00 |
|
Yotam Mann
|
e768191a9b
|
adding note on flanging
|
2019-11-13 13:05:04 -05:00 |
|
Yotam Mann
|
a28f1af610
|
feat: Chorus extends StereoFeedbackEffect
This makes it possible to do flanger-type effects.
fixes #575
|
2019-11-13 12:58:37 -05:00 |
|
Yotam Mann
|
933f019cb3
|
updating example
|
2019-11-08 13:08:38 -05:00 |
|
Yotam Mann
|
7910957312
|
reverb uses OfflineContext instead of Offline
fixes #569
|
2019-11-08 12:34:22 -05:00 |
|
Yotam Mann
|
974ee57353
|
exporting new effects
|
2019-11-04 22:29:21 -05:00 |
|
Yotam Mann
|
c9f7ac47b1
|
adding categories
|
2019-11-04 22:29:14 -05:00 |
|
Yotam Mann
|
c05aee48a6
|
converting PitchShift to typescript
|
2019-11-04 22:28:51 -05:00 |
|
Yotam Mann
|
e4d0fae5a6
|
removing old js files
|
2019-11-04 19:09:23 -05:00 |
|
Yotam Mann
|
715165cba5
|
StereoXFeedbackEffect extends StereoFeedbackEffect
|
2019-11-04 19:09:13 -05:00 |
|
Yotam Mann
|
caf7b4bd19
|
converting PingPongDelay to typescript
|
2019-11-04 18:59:32 -05:00 |
|
Yotam Mann
|
1d334f9a80
|
converting vibrato to typescript
|
2019-11-03 22:44:49 -05:00 |
|
Yotam Mann
|
1738307e8a
|
using .wav instead of .mp3
|
2019-11-03 22:43:19 -05:00 |
|
Yotam Mann
|
14883653b6
|
making paths relative
|
2019-11-03 22:23:50 -05:00 |
|
Yotam Mann
|
d17607786d
|
adjusting threshold
|
2019-11-03 22:20:07 -05:00 |
|
Yotam Mann
|
2e8e52ac2e
|
adding compare to file test
|
2019-11-03 22:19:33 -05:00 |
|