Here are
253 public repositories
matching this topic...
Multitrack Web Audio editor and player with canvas waveform preview. Set cues, fades and shift multiple tracks in time. Record audio tracks or provide audio annotations. Export your mix to AudioBuffer or WAV! Add effects from Tone.js. Project inspired by Audacity.
Updated
May 17, 2022
JavaScript
A small instrument sample library with quick-loader for tone.js
Updated
May 7, 2022
JavaScript
a small procedural programming language for writting songs in browser
Updated
Apr 3, 2021
JavaScript
React audio components for making music in the browser
Updated
Jun 3, 2022
TypeScript
Modular Eurorack style synthesizer made with Web Audio
Updated
Nov 30, 2021
Svelte
Updated
Jun 17, 2022
JavaScript
An interactive drum machine & arpeggio generator created using Google's Magenta JS
Updated
Jun 18, 2019
JavaScript
A Web Audio and canvas experiment
Updated
Jun 1, 2022
TypeScript
A web application for drawing music.
Updated
Jul 8, 2022
JavaScript
Experience music visually.
Updated
Feb 13, 2022
JavaScript
Turn your journal into music, winner in the Magenta/Gray Area ML Music Hackathon
Updated
May 9, 2022
TypeScript
Let's share your chord progressions!
Updated
Jul 6, 2022
JavaScript
A music sequencer on a distributed cluster. Written with Phoenix LiveView
Updated
Apr 8, 2022
Elixir
An experimental DAW for music as code.
Updated
Apr 23, 2022
JavaScript
A web application for building chord progression
Updated
Feb 12, 2022
TypeScript
an online musical machine interface for building and sharing soundscapes and musical compositions
Updated
Jun 23, 2022
JavaScript
ML-supported lo-fi music generator
Updated
Feb 20, 2022
TypeScript
Random chord, melody, and rhythm generators with MIDI output
Updated
Apr 18, 2022
TypeScript
A multiscreen Web-based DAW designed for audio&video live performances (Tone.JS/React/Meteor)
Updated
Jan 20, 2022
JavaScript
A web instrument that allows you to make music by tending to a virtual garden
Updated
Apr 26, 2021
JavaScript
Eye Movement Desensitization and Reprocessing is a newer form of therapy for PTSD as well as anxiety
multimeter sequencer using react.js and tone.js
Updated
Aug 7, 2021
JavaScript
Materials for technical workshop about making music in the browser using data from the Twitter API
Updated
Jan 21, 2021
JavaScript
Live coding music with WebAudio, WebMidi & ToneJS
Updated
Jun 1, 2022
JavaScript
Microsoft Hackathon Project - Live Voice Mixing App
Updated
Jan 24, 2018
JavaScript
Tutorial: creating a WebVR musical instrument using A-Frame & Tone.js
Updated
May 15, 2017
HTML
Web-based DAW (Digital Audio Workstation) written in React for making music.
Updated
Jul 19, 2022
TypeScript
Improve this page
Add a description, image, and links to the
tonejs
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
tonejs
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Describe the bug
One of the synthesizer playability options is using the computer keyboard. Certain letters are matched to certain notes (A-L plus some letters from the above line), and pressing one of the letters triggers the synthesizer to play a certain note. The problem is that when the keyboard language is set to another language (in my case Greek) it stops responding.
*To Reproduce