Problem Set 9
Home Up Problem Set 1 Problem Set 2 Problem Set 3 Problem Set 4 Problem Set 5 Problem Set 6 Problem Set 7 Problem Set 8 Problem Set 9 Problem Set 10 Final Project

 

Due 5PM Friday, November 12.

Chapter 20:

  1. 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.
     
  2. Do Exercise 20.3 in SOE.
     

Chapter 21:

  1. Do Exercise 21.3 in SOE.
     
  2. Do Exercise 21.4 in SOE.

 

Solutions.