MidiApps
Class bentPitchFactory

java.lang.Object
  |
  +--MidiApps.bentPitchFactory
Direct Known Subclasses:
equalTemperedBentPitchFactory

public class bentPitchFactory
extends java.lang.Object


Field Summary
protected  MidiApps.tracer tr
           
 
Constructor Summary
bentPitchFactory()
           
 
Method Summary
protected  void calculateBendBytes()
           
 int getBendAmount()
           
 MidiApps.bentPitch getBentPitch()
           
 byte getMidiPitchIn()
           
 byte getMidiPitchOut()
           
 byte getStatusLSB()
           
 byte getStatusMSB()
           
 void setBendAmount(int amt)
           
 void setMidiPitch(int pitch)
           
 void setMidiPitchIn(byte pitch)
           
protected  void setMidiPitchOut(byte pitch)
           
 void setTracer(MidiApps.tracer trc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tr

protected MidiApps.tracer tr
Constructor Detail

bentPitchFactory

public bentPitchFactory()
Method Detail

setTracer

public void setTracer(MidiApps.tracer trc)

setMidiPitchIn

public void setMidiPitchIn(byte pitch)

setMidiPitchOut

protected void setMidiPitchOut(byte pitch)

setMidiPitch

public void setMidiPitch(int pitch)
                  throws java.lang.Exception
java.lang.Exception

setBendAmount

public void setBendAmount(int amt)

getMidiPitchIn

public byte getMidiPitchIn()

getMidiPitchOut

public byte getMidiPitchOut()

getStatusMSB

public byte getStatusMSB()

getStatusLSB

public byte getStatusLSB()

getBendAmount

public int getBendAmount()

getBentPitch

public MidiApps.bentPitch getBentPitch()

calculateBendBytes

protected void calculateBendBytes()
                           throws java.lang.Exception
java.lang.Exception