org.herac.tuxguitar.player.impl.midiport.coreaudio
Class MidiReceiverJNI

java.lang.Object
  extended by org.herac.tuxguitar.player.impl.midiport.coreaudio.MidiReceiverJNI
Direct Known Subclasses:
MidiOutImpl

public abstract class MidiReceiverJNI
extends java.lang.Object


Constructor Summary
MidiReceiverJNI()
           
 
Method Summary
protected  void close()
           
protected  void closeDevice()
           
protected  void controlChange(int channel, int control, int value)
           
protected  void noteOff(int channel, int note, int velocity)
           
protected  void noteOn(int channel, int note, int velocity)
           
protected  void open()
           
protected  void openDevice()
           
protected  void pitchBend(int channel, int value)
           
protected  void programChange(int channel, int program)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MidiReceiverJNI

public MidiReceiverJNI()
Method Detail

open

protected void open()

close

protected void close()

openDevice

protected void openDevice()

closeDevice

protected void closeDevice()

noteOn

protected void noteOn(int channel,
                      int note,
                      int velocity)

noteOff

protected void noteOff(int channel,
                       int note,
                       int velocity)

controlChange

protected void controlChange(int channel,
                             int control,
                             int value)

programChange

protected void programChange(int channel,
                             int program)

pitchBend

protected void pitchBend(int channel,
                         int value)