-
Hi,
is it possible to use soundfontplayer linked sounds library in ToneJS and how?
Thank you
-
[Deprecation] GainNode.gain.value setter smoothing is deprecated and will be removed in M64, around January 2018. Please use setTargetAtTime() instead if smoothing is needed. See https://www.chromesta…
-
# request
The player needs improvement. See also #24
* avoid the distortions which occur after a while (the go away by reloading the tab)
* improve sound on firefox
* Have another sound than p…
bwl21 updated
7 years ago
-
**Tone.Offline** **Example**: https://tonejs.github.io/examples/#offline
In the explanation,
it links to: https://tonejs.github.io/docs/#Offline
That section does not currently exist.
Instead…
-
I was going to report this as a bug, but then I tried the same code in the [dev build fiddle](https://jsfiddle.net/kyqnbr7d/) that your issue template links to and these errors don't occur. I thought…
-
When reading the Tonejs docs, i often want to try things out in the console. It would be really helpful to have tonejs available on every docs page.
-
`Error in MidiConvert.d.sts (7,2): error TS1036: Statements are not allowed in ambient contexts`
removing semi-colons from the export declarations fixes the issue for me. using `"typescript": "^2.3…
kn0ll updated
7 years ago
-
So, I'm not sure of the best way to describe the issue I'm having, but I will try. I have different sound sources(waves) which I can duplicate. On top of those waves, I have different filters that t…
-
https://tonejs.github.io/examples/#shiny
```
%c * Tone.js r10 *
/build/Tone.js:735 * Tone.js r10 *
shiny.html:1 Uncaught (in promise) DOMException: Unable to decode audio data
/build/Tone.js…
dhowe updated
7 years ago
-
As discussed here: https://groups.google.com/forum/#!topic/tonejs/-Hl48fqrWts
I noticed that if I have a scheduled `stop` call on a `Tone.Player` (ie: `myPlayer.stop(5)`) and then I "change my mind…