Assignment - Week 2

  1. Do Interface Builder example (MusicKitClass/example2.wn).

  2. Create an Interface Builder program that creates a MKScore algorithmically (based on user input), writes a scorefile, and invokes playscore by:

    system("playscore test.score");
    	  

    Use Examples/example3 as an example. In a few weeks, we'll show you how to play the score directly from Objective-C.