org.herac.tuxguitar.player.impl.midiport.coreaudio
Class MidiReceiverJNI
java.lang.Object
org.herac.tuxguitar.player.impl.midiport.coreaudio.MidiReceiverJNI
- Direct Known Subclasses:
- MidiOutImpl
public abstract class MidiReceiverJNI
- extends java.lang.Object
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 |
MidiReceiverJNI
public MidiReceiverJNI()
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)