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
3d42017f50
Deprecating singleton variables, use singleton getter instead ( #1233 )
...
* Deprecating singleton variables, use singleton getter instead
* updating references
* moving over to getters instead of global vars
2024-04-28 13:05:26 -04:00
Jordan Danford
de4dd28ff3
Update standardized-audio-context, fix little lint errors
2023-01-26 11:31:38 -07:00
Vibert Thio
c135ebb57d
Change type name to differentiate with the class
2021-02-25 23:02:05 -05:00
Yotam Mann
0ca04b9ac5
making sure that classes doesn't re-export globals
...
addresses #699
2020-09-21 09:34:29 -04:00
Yotam Mann
7391cf6d3c
wrapping native AudioListener with Listener
2019-12-21 21:01:45 -05:00
Yotam Mann
98aa79125b
bind now and immediate to simplify code
2019-10-31 14:54:49 -04:00
Yotam Mann
816294b9c0
refactoring fromContext
2019-10-30 14:49:02 -04:00
Yotam Mann
61c9f191b6
removing calls to tslint
...
getting rid of tslint from project and using eslint instead
2019-09-14 18:06:46 -04:00
Yotam Mann
2ff888d3b3
adding type classes
...
and basic sanity check
2019-08-30 09:28:45 -07:00
Yotam Mann
d073b68b09
fromContext returns the Tone.js objects bound to the passed in context
...
WIP
2019-08-30 09:03:08 -07:00