Processing Piano Tutorial Videos in the Browser
heyraviteja.com
Processing Piano Tutorial Videos in the Browser
1–10 of 10 posts
Re: Processing Piano Tutorial Videos in the Browser
#2Re: Processing Piano Tutorial Videos in the Browser
#3Re: Processing Piano Tutorial Videos in the Browser
#4I used to learn songs from piano tutorials like these, too, and had to do the manual work of annotating keys and chords. It’s nice to see a very real pain point being eliminated — maybe I’ll even find some new songs to learn :)
Re: Processing Piano Tutorial Videos in the Browser
#5While neat from a technical perspective, this seems like a solution in search of a problem.
EDIT: On the other hand, a cursory search did not find any midi/piano sheet music for "Hi Nanna: Samayama" - so maybe only having this "falling note video" is more common for certain music.
Re: Processing Piano Tutorial Videos in the Browser
#6Re: Processing Piano Tutorial Videos in the Browser
#7Re: Processing Piano Tutorial Videos in the Browser
#8I'm VERY familiar with Synthesia. In order to generate those animated videos of falling notes, a corresponding MIDI file for the song has to exist. I would think it'd be better in most situations to build the purported "piano tablature" off of that instead. While neat from a technical perspective, this seems like a solution in search of a problem. EDIT: On the other hand, a cursory search did not find any midi/piano…
Re: Processing Piano Tutorial Videos in the Browser
#9I really like the idea of being able to import tutorial videos into a tab-like format. I have a tool which puts tabs into browser storage and displays them ( https://pianoboi.site/ ) - It would be really cool to provide an import feature from your app.
The current output isn't a particular format. It's purely text output that looks like this.
1:01 -----|A1--B1|----A3--A4|
1:03 -----|A1--B1|--A3--A4|---B2|
If you had a way to copy and paste that as a string of notes and visualize in a loop or some-how that might work. You'd have to figure out how long a note was pressed etc, so it may require some extra logic.
Re: Processing Piano Tutorial Videos in the Browser
#10Great idea and execution, congratulations! I used to learn songs from piano tutorials like these, too, and had to do the manual work of annotating keys and chords. It’s nice to see a very real pain point being eliminated — maybe I’ll even find some new songs to learn :)