Tone.js – A framework for making interactive music in the browser
1–10 of 27 posts
Re: Tone.js – A framework for making interactive music in the browser
#2Re: Tone.js – A framework for making interactive music in the browser
#3Regarding WebRTC. Combined with net latency. Can we build an online "jamming" demo?
Re: Tone.js – A framework for making interactive music in the browser
#4Re: Tone.js – A framework for making interactive music in the browser
#5Re: Tone.js – A framework for making interactive music in the browser
#6One interesting thing to me about Tone.js has always been that their “Transport” API is a more reliable interval/timer tool than any of the native JS APIs or even libraries/polyfills designed around more accurate interval timing. I’d almost be surprised if I wasn’t wrong about this but I searched and couldn’t find anything quite comparable.
Re: Tone.js – A framework for making interactive music in the browser
#7Using recordings from my guitar (of each and every note) I was able to build an interactive fretboard that could play guitar tabs/chords. Also the Transport API made it simple to build a drum looping machine very quickly.
Ableton has built something similar, also using Tone.js: https://learningmusic.ableton.com/make-beats/make-beats.html
Performance on mobile leaves a lot to be desired. I found there was considerable lag.
Re: Tone.js – A framework for making interactive music in the browser
#8I used Tone.js to create my music theory website https://www.lightnote.co/ Using recordings from my guitar (of each and every note) I was able to build an interactive fretboard that could play guitar tabs/chords. Also the Transport API made it simple to build a drum looping machine very quickly. Ableton has built something similar, also using Tone.js: https://learningmusic.ableton.com/make-beats/make-beats.html Perfo…
Re: Tone.js – A framework for making interactive music in the browser
#9Tone.js is really good at doing things related to music.
We were able to build a scratch type programming language for music, so that kids could learn programming and music at the same time.
Re: Tone.js – A framework for making interactive music in the browser
#10(listen at: https://pocoapollo.hdor.is)