jcaas.midi
Class Play

java.lang.Object
  extended by jcaas.midi.Play

public class Play
extends java.lang.Object

Play is just a wrapper for the MIDIPlayer class. Mainly used to debug the Midi sub-system It is exectuable and will print the notes played to the screen. It currently setup to play the Imperial March on 7 channels, ranging from octives 3 below middle C to 3 above.

Version:
last updated: 12/15/04
Author:
Conrad Hutcheson

Field Summary
static MIDIPlayer myPlayer
           
 
Constructor Summary
Play()
           
 
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
 

Field Detail

myPlayer

public static MIDIPlayer myPlayer
Constructor Detail

Play

public Play()
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args - - Command line argument strings. Should be empty, anything there is ignored.