sound.musica
Class CR310HW2

java.lang.Object
  extended by sound.musica.CR310HW2

public class CR310HW2
extends java.lang.Object

Hint: Look at sound.piano.MusicSynth and modify CR310HW2 so that it allows you to play stock data using any of the available synthesizers in your computer. This will give you some experience using the JavaSound API. MIDI is the enabling technology for this HW.


Constructor Summary
CR310HW2()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CR310HW2

public CR310HW2()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.text.ParseException,
                        java.io.IOException
Throws:
java.text.ParseException
java.io.IOException