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, waitcontrolChange, getChannelPressure, getController, getMute, getPitchBend, getPolyPressure, getProgram, getSolo, noteOff, noteOn, programChange, setChannelPressure, setMute, setPitchBend, setPolyPressure, setSolopublic void noteOff(int nNoteNumber)
noteOff in interface MidiChannelpublic void programChange(int nBank,
int nProgram)
programChange in interface MidiChannelpublic void resetAllControllers()
resetAllControllers in interface MidiChannelpublic void allNotesOff()
allNotesOff in interface MidiChannelpublic void allSoundOff()
allSoundOff in interface MidiChannelpublic boolean localControl(boolean bOn)
localControl in interface MidiChannelpublic void setMono(boolean bMono)
setMono in interface MidiChannelpublic boolean getMono()
getMono in interface MidiChannelpublic void setOmni(boolean bOmni)
setOmni in interface MidiChannelpublic boolean getOmni()
getOmni in interface MidiChannel