Code Editor
Visualization
Run code to see visualization
Console
// Console output will appear here...
💡 Quick Tips
Start Audio Context
await Tone.start(); Simple Synth
const synth = new Tone.Synth().toDestination(); Play Note
synth.triggerAttackRelease('C4', '8n');