MidiApps
Class simplePlayer

java.lang.Object
  |
  +--MidiApps.player
        |
        +--MidiApps.simplePlayer

public class simplePlayer
extends player


Constructor Summary
simplePlayer()
           
 
Method Summary
 void play()
           
 
Methods inherited from class MidiApps.player
addChannel, addMidiPitch, endOfTrack, generalMidiOn, generalMidiOn, getDuration, getTickCount, incTickCount, omniOff, omniOff, omniOn, omniOn, playRest, playRest, polyOff, polyOff, polyOn, polyOn, resetChannel, resetPitch, setDur, setPatch, setPatch, setTempo, setTick, setTracer, setTrack, setTrackName, setVelOff, setVelOn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

simplePlayer

public simplePlayer()
Method Detail

play

public void play()
Specified by:
play in class player