Play a melody writing a list of note names and their duration

From Cuis CookBook
Jump to navigation Jump to search

TODO. Add piano keyboard view

TODO. Add procedure to play a melody with Italian note names: Do, Re, Mi

TODO. Add referece to the interesting history of different note naming scheme

(AbstractSound noteSequenceOn: 
    PluckedSound default from: 
      #((c4 1 500) 
        (d4 1 500) 
        (e4 1 500) 
        (g4 1 500) 
        (a4 1 250)
        (a4 1 250) 
        (c5 1 500)
       ) 
) play