PianoFromOpen
PianoFromOpen is a web application for visual music playback with piano display and sound.
This application is completely autonomous and can be launched with specific parameters from a url. (such as change music, change key, change speed, delay...)
this application is available from the OpenTheDoors software center. it is also available online for web browsers.
URL Parameters :
Basic url : https://openthedoors.net/PianoFromOpen/
Change delay between notes : https://openthedoors.net/PianoFromOpen/?delay=1.2
(example : 1.2 seconds)
Change music : https://openthedoors.net/PianoFromOpen/?music=[1,2,3]
(example : 1,2,3 is JSON string with notes pitch, you can play the music of your choice)
Change Pitch : &pitch=5 // &pitch=-3 (is placed at the end of the url)