Playing Notes
To play a single note execute :
Here we play the note E but to play music we don’t even need to know anything about theory or the notes. Forget about them for now.
The “notes” we give to a player, meaning the number 2
here are called degree
.
We could also write :
To play several notes we replace the number by a list written in Python like [0,5,4,0,2]