T
- public interface MetroMidiReceiver<T>
MetroBufferedMidiReceiver
Modifier and Type | Interface and Description |
---|---|
static class |
MetroMidiReceiver.Default<T> |
static class |
MetroMidiReceiver.Formatter<T> |
static class |
MetroMidiReceiver.LoggingToError |
Modifier and Type | Method and Description |
---|---|
T |
cc_allNoteOff(int ch) |
T |
cc_allSoundOff(int ch) |
T |
cc_balance(int channel,
int value) |
T |
cc_bankSelect(int channel,
int value) |
T |
cc_breathController(int channel,
int value) |
T |
cc_dataDecrement(int channel,
int value) |
T |
cc_dataEntryMsb(int channel,
int value) |
T |
cc_dataIncrement(int channel,
int value) |
T |
cc_effect1(int channel,
int value) |
T |
cc_effect2(int channel,
int value) |
T |
cc_effect3(int channel,
int value) |
T |
cc_effect4(int channel,
int value) |
T |
cc_effect5(int channel,
int value) |
T |
cc_effectController1(int channel,
int value) |
T |
cc_effectController2(int channel,
int value) |
T |
cc_expression(int channel,
int value) |
T |
cc_footController(int channel,
int value) |
T |
cc_generalPurpose01(int channel,
int value) |
T |
cc_generalPurpose02(int channel,
int value) |
T |
cc_generalPurpose03(int channel,
int value) |
T |
cc_generalPurpose04(int channel,
int value) |
T |
cc_hold2(int channel,
int value) |
T |
cc_legatoSwitch(int channel,
int value) |
T |
cc_localControls(int ch,
boolean on) |
T |
cc_modulation(int channel,
int value) |
T |
cc_monoModeOn(int ch) |
T |
cc_nrpnLsb(int channel,
int value) |
T |
cc_nrpnMsb(int channel,
int value) |
T |
cc_omniModeOff(int ch) |
T |
cc_omniModeOn(int ch) |
T |
cc_pan(int channel,
int value) |
T |
cc_pedalSwitch(int channel,
int value) |
T |
cc_polyModeOn(int ch) |
T |
cc_portamento(int channel,
int value) |
T |
cc_portamentoSwitch(int channel,
int value) |
T |
cc_portamentoTime(int channel,
int value) |
T |
cc_resetAllControllers(int ch) |
T |
cc_rpnLsb(int channel,
int value) |
T |
cc_rpnMsb(int channel,
int value) |
T |
cc_sostenutoSwitch(int channel,
int value) |
T |
cc_soundController1(int channel,
int value) |
T |
cc_soundController10(int channel,
int value) |
T |
cc_soundController2(int channel,
int value) |
T |
cc_soundController3(int channel,
int value) |
T |
cc_soundController4(int channel,
int value) |
T |
cc_soundController5(int channel,
int value) |
T |
cc_soundController6(int channel,
int value) |
T |
cc_soundController7(int channel,
int value) |
T |
cc_soundController8(int channel,
int value) |
T |
cc_soundController9(int channel,
int value) |
T |
cc_sustainPedal(int channel,
int value) |
T |
cc_volume(int channel,
int value) |
T |
channelPressure(int ch,
double pressureValue) |
T |
channelPressure(int ch,
int pressureValue) |
T |
clock() |
T |
cont() |
T |
controlChange(int channel,
int controlNumber,
int controlValue) |
T |
end() |
boolean |
endCalled() |
T |
endOfExclusive() |
T |
error(java.lang.String string) |
T |
keyPressure(int channel,
int note,
double pressure) |
T |
keyPressure(int channel,
int note,
int pressure) |
T |
noteOff(int channel,
int note,
double velocity) |
T |
noteOff(int channel,
int note,
int velocity) |
T |
noteOn(int channel,
int note,
double velocity) |
T |
noteOn(int channel,
int note,
int velocity) |
T |
pitchBend(int ch,
double pitchBendValue) |
T |
pitchBend(int ch,
int pitchBendValue) |
T |
programChange(int ch,
int programNumber) |
T |
reset() |
T |
songPositionPointer(int pos) |
T |
songSelect(int songNumber) |
T |
start() |
T |
stop() |
default T |
voidValue(java.lang.String message) |
default T voidValue(java.lang.String message)
boolean endCalled()
T end()
T error(java.lang.String string)
T noteOn(int channel, int note, double velocity)
T noteOn(int channel, int note, int velocity)
T noteOff(int channel, int note, double velocity)
T noteOff(int channel, int note, int velocity)
T keyPressure(int channel, int note, double pressure)
T keyPressure(int channel, int note, int pressure)
T controlChange(int channel, int controlNumber, int controlValue)
T programChange(int ch, int programNumber)
T channelPressure(int ch, double pressureValue)
T channelPressure(int ch, int pressureValue)
T pitchBend(int ch, double pitchBendValue)
T pitchBend(int ch, int pitchBendValue)
T cc_allSoundOff(int ch)
T cc_resetAllControllers(int ch)
T cc_localControls(int ch, boolean on)
T cc_allNoteOff(int ch)
T cc_omniModeOff(int ch)
T cc_omniModeOn(int ch)
T cc_monoModeOn(int ch)
T cc_polyModeOn(int ch)
T songPositionPointer(int pos)
T songSelect(int songNumber)
T endOfExclusive()
T clock()
T start()
T cont()
T stop()
T reset()
T cc_bankSelect(int channel, int value)
T cc_modulation(int channel, int value)
T cc_breathController(int channel, int value)
T cc_footController(int channel, int value)
T cc_portamentoTime(int channel, int value)
T cc_dataEntryMsb(int channel, int value)
T cc_volume(int channel, int value)
T cc_balance(int channel, int value)
T cc_pan(int channel, int value)
T cc_expression(int channel, int value)
T cc_effectController1(int channel, int value)
T cc_effectController2(int channel, int value)
T cc_sustainPedal(int channel, int value)
T cc_portamentoSwitch(int channel, int value)
T cc_sostenutoSwitch(int channel, int value)
T cc_pedalSwitch(int channel, int value)
T cc_legatoSwitch(int channel, int value)
T cc_hold2(int channel, int value)
T cc_soundController1(int channel, int value)
T cc_soundController2(int channel, int value)
T cc_soundController3(int channel, int value)
T cc_soundController4(int channel, int value)
T cc_soundController5(int channel, int value)
T cc_soundController6(int channel, int value)
T cc_soundController7(int channel, int value)
T cc_soundController8(int channel, int value)
T cc_soundController9(int channel, int value)
T cc_soundController10(int channel, int value)
T cc_generalPurpose01(int channel, int value)
T cc_generalPurpose02(int channel, int value)
T cc_generalPurpose03(int channel, int value)
T cc_generalPurpose04(int channel, int value)
T cc_portamento(int channel, int value)
T cc_effect1(int channel, int value)
T cc_effect2(int channel, int value)
T cc_effect3(int channel, int value)
T cc_effect4(int channel, int value)
T cc_effect5(int channel, int value)
T cc_dataIncrement(int channel, int value)
T cc_dataDecrement(int channel, int value)
T cc_nrpnLsb(int channel, int value)
T cc_nrpnMsb(int channel, int value)
T cc_rpnLsb(int channel, int value)
T cc_rpnMsb(int channel, int value)