Yotam Mann
56fea7cb70
Refactor options before super
( #1244 )
2024-05-06 10:55:55 -04:00
Yotam Mann
aaf880c925
Using web-test-runner for tests, updating import paths ( #1242 )
...
* WIP moving tests to web-test-runner
* updating thresholds
* Adding file extensions
* Testing integrations
* linting
* fixing dep
* moving back to root dir
* prettier all of the files
* updating eslint rules to use with prettier
* remove import package
* moving tsignore around
* removing unneeded ignores
* all tests run on puppeteer, no need for testing guards
* linting
* import type syntax
* cleaning up
* Update package.json
2024-05-03 14:31:14 -04:00
Yotam Mann
f2160618aa
Using @see typedoc ( #1237 )
2024-04-29 12:59:49 -04:00
Yotam Mann
57eacfa13b
Updating link syntax ( #1236 )
2024-04-29 10:48:37 -04:00
Jordan Danford
de4dd28ff3
Update standardized-audio-context, fix little lint errors
2023-01-26 11:31:38 -07:00
Quargs Greene
34f4c149d2
small doc enhancements for chorus, distortion, and FFT
2022-10-22 15:47:23 -07:00
Christoph Guttandin
75a802cfb2
Load only a single AudioWorklet
2022-03-21 16:34:23 +01:00
Yotam Mann
aeaaa1e871
updating threshold
2021-12-18 17:37:31 -05:00
Yotam Mann
10c27a99e1
linting
2021-10-13 18:38:30 -04:00
Yotam Mann
4af3168436
adjusting test thresh
2021-10-13 13:35:40 -04:00
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