|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcaas.midi.Play
public class Play
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.
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 |
---|
public static MIDIPlayer myPlayer
Constructor Detail |
---|
public Play()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- - Command line argument strings. Should be empty, anything there is ignored.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |