| |
Due 5PM Friday, November 12.
Chapter 20:
- Create some music using MDL. It doesn't have to be sophisticated,
and it doesn't have to sound good. You are free to use some kind of an
algorithm to generate the music, but you must use each of the constructors in
the Music type at least once.
To do this you should import the module MDL
from Chapter 22, which will automatically import modules
Music and Perform
from Chapters 20 and 21, respectively. Read Chapter 22 to see how to
generate the Midi file. The right function to use to play the Midi file
is testNT on Windows XP.
- Do Exercise 20.3 in SOE.
Chapter 21:
- Do Exercise 21.3 in SOE.
- Do Exercise 21.4 in SOE.
Solutions.
|