Tone.js/Tone/core/context
Yotam Mann a256ae2e6c
Working on getting github actions to run (#1231)
* working on getting actions to run

* running all tests

* run on CHROME only

* Update test.yml

* ignoring node_modules

* updating typedocs

* trying to ignore compiler errors

* Update tsconfig.json

* running doc tests in parallel

* speeding up docs example tests

* Update test.yml

* testing README

* 2 spaces instead of 4

* codecov

* remove travis ci

* adding token

* updating codecov
2024-04-25 14:06:55 -04:00
..
AbstractParam.ts docs example bugfixes, typo corrections, minor additions for clarity, legacy link update 2020-09-02 00:07:45 -04:00
AudioContext.ts feat: latencyHint is now set in constructor 2020-05-12 12:31:17 -04:00
BaseContext.ts Load only a single AudioWorklet 2022-03-21 16:34:23 +01:00
Context.test.ts ensuring close() is never called more than once on a context even before the async process completes; removing superfluous close() call on raw context in a test 2022-03-01 12:38:26 -05:00
Context.ts Working on getting github actions to run (#1231) 2024-04-25 14:06:55 -04:00
ContextInitialization.ts Fix comment typo in ContextInitialization.ts 2021-02-25 22:15:42 -05:00
Delay.test.ts removing 'Connect.ts' and updating dependencies 2020-01-08 14:12:11 -05:00
Delay.ts using new way to handle offline tests 2020-07-26 13:55:06 -07:00
Destination.test.ts get maxChannelCount 2020-03-01 22:03:37 -05:00
Destination.ts example with ramping destination volume 2020-12-14 18:44:56 -05:00
DummyContext.test.ts Load only a single AudioWorklet 2022-03-21 16:34:23 +01:00
DummyContext.ts Load only a single AudioWorklet 2022-03-21 16:34:23 +01:00
Gain.test.ts linting 2019-09-15 23:32:40 -04:00
Gain.ts using new way to handle offline tests 2020-07-26 13:55:06 -07:00
Listener.test.ts wrapping native AudioListener with Listener 2019-12-21 21:01:45 -05:00
Listener.ts correcting default value 2019-12-21 22:06:40 -05:00
Offline.test.ts renaming OscillatorNode file to ToneAudioNode 2019-09-04 18:40:28 -04:00
Offline.ts feat: updating all examples 2020-04-16 22:24:18 -04:00
OfflineContext.test.ts testing closing edge case 2019-10-30 18:59:15 -04:00
OfflineContext.ts correcting example 2020-07-18 17:47:07 -07:00
Param.test.ts values out of range throw an error 2019-12-16 17:12:19 -05:00
Param.ts enabling the value to ramp exponentially ramp below 0 2020-12-14 18:44:09 -05:00
ToneAudioBuffer.test.ts linting 2020-06-16 23:14:19 -04:00
ToneAudioBuffer.ts Update standardized-audio-context, fix little lint errors 2023-01-26 11:31:38 -07:00
ToneAudioBuffers.test.ts feat: adding onerror to ToneAudioBuffers and Players 2020-01-30 14:25:06 -05:00
ToneAudioBuffers.ts fix: load base64 encoded sounds when baseUrl is not empty 2021-05-26 12:59:44 +02:00
ToneAudioNode.test.ts Implement fanIn with passing tests 2021-04-15 11:43:49 -04:00
ToneAudioNode.ts Working on getting github actions to run (#1231) 2024-04-25 14:06:55 -04:00
ToneWithContext.ts Working on getting github actions to run (#1231) 2024-04-25 14:06:55 -04:00