Question: 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(Tone.now()) sampler.releaseAll() sampler.triggerRelease(["A1"], Tone.now()) The relevant part of the Tone.js docs is here. ...