📅 Tone.js Scheduling & Timelines

One of the most powerful features of Tone.js is the ability to schedule musical events on a timeline. You can play notes at specific times, schedule loops, or even create full songs programmatically.

âąī¸ Example: Scheduling Notes

Output will display timing info here...
🕒 Time Formats: You can use time strings like "0:1:2" for bar:beat:sixteenth.

📖 Useful Timeline Methods

🔁 Example: Looping Melody

Loop output will show here...
💡 Use Tone.Loop or Tone.Part to create complex sequences. You can stop loops with .stop() or .dispose().