Root / ToneJS Examples

Tone.js is a Web Audio framework for creating interactive music in the browser. It provides advanced scheduling capabilities, synths, effects, and intuitive musical abstractions.

For more information, visit the official website: tonejs.github.io

Simple Note Player

A simple example of selecting a note and octave, and playing it using Tone.Synth.

Multiple Note Player (Chord)

Select multiple notes to play them simultaneously as a chord using Tone.PolySynth.

Chord Generator & Player

Generate and play chords by selecting a root note, octave, and chord type using Tonal.js and Tone.js.

Simple Chord Sequencer

Create a sequence of chords and play them back using Tone.Sequence.