python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
how to modify effect options in Tone JS
Hello im currently trying to create a digital guitar amp through browser using tone js v14.7.77 that has reverb (freeverb), delay(pingPongDelay), and distortion and i have hard time to set the effect...
muntun
Votes: 0
Answers: 0
Tone.js : Getting unexpected results when tweaking synth parameters live (ex. detune, modulation index, attack etc.)
I've been working on a Tone.js synthesizer project for some time now.
For the record I will include the links:
Repo
Deployment
(it is still under development as I am stuck with this issue)
I have enco...

Michael Kolesidis
Votes: 0
Answers: 1
Tone.js: Tone.start is not a function
I'm struggling to simply get Tone.js to work at all. At first I realized I needed to activate the web audio context on a button click. However, now I'm running into this issue: Tone.start is not a fun...

Vee
Votes: 0
Answers: 0
Tone.js release/stop sampler
EDIT: Update on other attempts. The key bit of the question below is the line sampler.triggerRelease(["A1"], 'now') which is not working. Other things I've tried include:
sampler.releaseAll...
Ant
Votes: 0
Answers: 1