Back to Home

🎹 Studio

Experiment with Tone.js code in real-time

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');