Is this a good way to learn?
There are numerous piano tutorials out there which can be converted but I am unsure how to get started.
For example, how could I translate what is being taught in this YouTube video on how to play Heathens on Piano.
I came up with something like this:
Clock.bpm=120
Root.default.set("C")
Scale.default.set("major")
p1 >> piano([0,9,4,4], dur=[4,4,1,1])
p2 >> piano([11,0,11,7,11,0,11,7,4], dur=1)
But evidently I am not understanding. Maybe there are some music fundamentals I can learn somewhere first?
I thought according to Tutorial 8: Scales
0 is C
2 is D
4 is E
5 is F
7 is G
9 is A
11 is B
Any help would be much appreciated.