HTML5 Piano
51–60 of 68 posts
Re: HTML5 Piano
#52It is still online at http://labs.hardinfo.org/pb/.
To play, turn it on (green button), then press "Memória Tons" (third button from the right in the last row).
Re: HTML5 Piano
#53---
Relevant: http://www.jamwithchrome.com/
Re: HTML5 Piano
#54It's nice you can do something in HTML5 that you could have done in Flash 10 years ago. (Of course, I know, this is all according to standards and all. But still.)
The sad part is you really still can't do this in HTML5, not if you want it to run on the most popular smartphone platform (Android).
Re: HTML5 Piano
#55Very nice! I made an HTML 5 multiplayer piano that lets you play with others in realtime: http://www.bandwithfriends.com Try it out!
Re: HTML5 Piano
#56Earlier quoted context omitted.
They were trained on this type of gear, so they are most expressive with it. A lifetime of muscle memory can't be undone. What about children who are just beginning today? I'm looking forward to a new generation of musicians whose native instrument is the touch panel. It seems odd to interface with modern technology using an 18th century physical interface. Its neat to watch Deadmau5 "play" his setup. I can only imag…
Anecdotal: I understand that children who have learned to play on electronic (physical) keyboards (e.g. Yamaha stage piano) have problems when they encounter the mechanical actions on uprights and grands. What will happen is a slow change in playing style , so things will sound different . Sort of like the change from arch to Torte bow for violins, only more radical.
The plural of anecdote is not "data", but I, for one, will no longer understate the difficulty in transitioning to a new type of action.
Re: HTML5 Piano
#57One of my friends coded up something like this, except you can play with the keys on your keyboard and it sounds like a piano. Very cool!
Press the right most rectangle on the top to enable "play by keyboard" mode. I agree it is very cool.
Re: HTML5 Piano
#58It's nice you can do something in HTML5 that you could have done in Flash 10 years ago. (Of course, I know, this is all according to standards and all. But still.)
The sad part is you really still can't do this in HTML5, not if you want it to run on the most popular smartphone platform (Android).
Our web app that plays audio in sync on multiple devices works in iOS, Chrome (non mobile) & Firefox Aurora. Were eagerly awaiting for the newest Chrome for Android to drop.
Re: HTML5 Piano
#59It's nice you can do something in HTML5 that you could have done in Flash 10 years ago. (Of course, I know, this is all according to standards and all. But still.)
The sad part is you really still can't do this in HTML5, not if you want it to run on the most popular smartphone platform (Android).
Re: HTML5 Piano
#60I understand the sound data are generated by JavaScript. How many distinct sounds are generated? How much space is required to store this data? Are the notes of a chord combined by JavaScript or the browser?
If you click the square in the upper right, you'll get options to change the waveform and volume response. There are some other options too, like shifting by an octave or changing the color of the piano :)
Better things could be done by using the web audio APIs, but I explicitly started this project wanting to build audio using data URIs.