Here are
238 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
Apr 1, 2022
JavaScript
A small instrument sample library with quick-loader for tone.js
Updated
Feb 10, 2021
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
Mar 30, 2022
TypeScript
Modular Eurorack style synthesizer made with Web Audio
Updated
Nov 30, 2021
Svelte
Updated
Mar 28, 2022
JavaScript
A Web Audio and canvas experiment
Updated
Mar 24, 2022
TypeScript
An interactive drum machine & arpeggio generator created using Google's Magenta JS
Updated
Jun 18, 2019
JavaScript
A web application for drawing music.
Updated
Feb 26, 2022
JavaScript
Experience music visually.
Updated
Feb 13, 2022
JavaScript
Updated
Jan 31, 2021
Ruby
Let's share your chord progressions!
Updated
Mar 30, 2022
JavaScript
A music sequencer on a distributed cluster. Written with Phoenix LiveView
Updated
Apr 8, 2022
Elixir
Turn your journal into music, winner in the Magenta/Gray Area ML Music Hackathon
Updated
Jun 6, 2021
TypeScript
An experimental DAW for music as code.
Updated
Nov 8, 2021
JavaScript
A web application for building chord progression
Updated
Feb 12, 2022
TypeScript
Updated
Apr 4, 2022
TypeScript
an online musical machine interface for building and sharing soundscapes and musical compositions
Updated
Mar 15, 2022
JavaScript
ML-supported lo-fi music generator
Updated
Feb 20, 2022
TypeScript
Random chord, melody, and rhythm generators with MIDI output
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
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
Mar 6, 2022
JavaScript
Eye Movement Desensitization and Reprocessing is a newer form of therapy for PTSD as well as anxiety
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
A functional live coding language, as Tone.js wrapper, and a collaborative web app
Updated
Sep 22, 2020
JavaScript
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