-
**Describe the bug**
None of the examples on the homepage work on Safari 14.1. Pressing `run` does nothing.
**To Reproduce**
Go to https://tonejs.github.io/ on Safari 14.1, and press `run` on any…
-
I've found a case where I need to take a URI generated by MidiWriterJS and modify it and output an updated URI. Is there a good way to do this with the existing library functionality? If not, I propo…
-
After getting this error: #681 and changing the Tone Context to use a Tone.Context() object. I'm getting the error `TypeError: can't access property "buffer", i[0][0] is undefined`.
```
audioConte…
-
I've tried the following
```kotlin
new ZenTone().play(frequency = 200f, volume = 100)
new ZoneTone(encoding = AudioFormat.ENCODING_PCM_32BIT, channelMask = AudioFormat.CHANNEL_OUT_STEREO)
```
B…
-
Great project! Would like to know what the plan for v1.0
What features or stability structure are you looking to add. I am asking because I plan to use it part of a project but I wouldn't want the…
-
* Generate algorithmic melody from source code
* Really from any document, can use highlighter-like rules file
* And rules file needs to also have configuration for instruments and how each piece …
cretz updated
4 years ago
-
**The feature you'd like**
This isn't so much a feature request, but a request for advice on how to go about approaching an app using Tone.js.
I'm attempting to build an interactive UI where mul…
-
After I attempted to create a midi player with `@tonejs/piano` package, I discovered that this `forEach` error occurs when the midi doesn't have the `64` cc (or the pedal on/of control change).
Co…
-
Currently when creating a player with ToneJS to gather data points to create a waveform, if you apply compressors or gains, etc none of that gets applied to the buffer data.
Is there a way that on…
-
There is a little gap between loops from file source. Is there a way to remove it ?
I set attack and release to 0 but nothing change.
Edit: Seems to be with mp3 only. There is a buffer and so there …