MidiApps
Class bentPlayer

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

public class bentPlayer
extends player


Constructor Summary
bentPlayer()
           
 
Method Summary
 void addBentPitch(MidiApps.bentPitch bp)
           
 void play()
           
 void resetBentPitches()
           
 void setBentPitch(MidiApps.bentPitch bp)
           
 void test()
           
 
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

bentPlayer

public bentPlayer()
Method Detail

resetBentPitches

public void resetBentPitches()

setBentPitch

public void setBentPitch(MidiApps.bentPitch bp)

addBentPitch

public void addBentPitch(MidiApps.bentPitch bp)

play

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

test

public void test()