public abstract class TMidiChannel extends java.lang.Object implements MidiChannel
This base class serves two purposes:
Modifier and Type | Method and Description |
---|---|
void |
allNotesOff() |
void |
allSoundOff() |
boolean |
getMono() |
boolean |
getOmni() |
boolean |
localControl(boolean bOn) |
void |
noteOff(int nNoteNumber) |
void |
programChange(int nBank,
int nProgram) |
void |
resetAllControllers() |
void |
setMono(boolean bMono) |
void |
setOmni(boolean bOmni) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
controlChange, getChannelPressure, getController, getMute, getPitchBend, getPolyPressure, getProgram, getSolo, noteOff, noteOn, programChange, setChannelPressure, setMute, setPitchBend, setPolyPressure, setSolo
public void noteOff(int nNoteNumber)
noteOff
in interface MidiChannel
public void programChange(int nBank, int nProgram)
programChange
in interface MidiChannel
public void resetAllControllers()
resetAllControllers
in interface MidiChannel
public void allNotesOff()
allNotesOff
in interface MidiChannel
public void allSoundOff()
allSoundOff
in interface MidiChannel
public boolean localControl(boolean bOn)
localControl
in interface MidiChannel
public void setMono(boolean bMono)
setMono
in interface MidiChannel
public boolean getMono()
getMono
in interface MidiChannel
public void setOmni(boolean bOmni)
setOmni
in interface MidiChannel
public boolean getOmni()
getOmni
in interface MidiChannel