MidiApps
Class controlPlayer

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

public class controlPlayer
extends player


Constructor Summary
controlPlayer()
           
 
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

controlPlayer

public controlPlayer()
Method Detail

play

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