-
### Links
- Paper: https://dl.acm.org/doi/10.1145/3517428.3550360
### Abstract
Sonification is a commonly used technique to make online data visualizations accessible to screen-reader users throu…
-
**Describe the bug**
ToneJS keeps crashing:
```
Uncaught Error: Start time must be strictly greater than previous start time
```
When I log, `Tone.now()` is the same thing even when 30+ mil…
-
Hi, thanks for this great library.
Wonder if it's possible set playbackRate for sampler? https://tonejs.github.io/docs/14.7.39/Player.html#playbackRate
-
Besides the fretboard interface it'd be nice to also have a keyboard interface.
UI: [this tonejs example](https://tonejs.github.io/examples/simpleSynth.html) has a rather nice simple keyboard inter…
sonph updated
6 years ago
-
Hey there, not sure if this is on your roadmap or not, but I will have a use case for a wrapper around the [`Recorder`](https://tonejs.github.io/docs/14.7.77/Recorder) from ToneJS to export an audio f…
-
Configurable one line pattern with ability to set length and steps. May be some probability and more options to extend.
-
I'm using ToneJS in my web-app for synths and effects and it already establishes an `AudioContext` instance on it's own. In order to use it's effects I need to have AMY in the same context.
We can …
-
**Describe the bug**
After changing the bpm, any new ToneEvents seem to not fire.
**To Reproduce**
I'm using the browser console for convenience, instead of creating a repo.
1. Go to a pag…
-
We can use https://tonejs.github.io/ built in synthesizer to generate sounds. In this exercise the user will be prompted to identify the correct wave shape of the synth is listening to (Possible optio…
-
https://github.com/Tonejs/Tone.js/issues/406
> @eltomito the solution is to invoke Tone.context.resume() from an explicit user action. There is little that a library can do to get around the Autopl…