_bank_number | MIDI::Channel | private |
_channel_number | MIDI::Channel | private |
_chanpress | MIDI::Channel | private |
_controller_14bit | MIDI::Channel | private |
_controller_lsb | MIDI::Channel | private |
_controller_msb | MIDI::Channel | private |
_controller_val | MIDI::Channel | private |
_last_note_off | MIDI::Channel | private |
_last_note_on | MIDI::Channel | private |
_last_off_velocity | MIDI::Channel | private |
_last_on_velocity | MIDI::Channel | private |
_mono | MIDI::Channel | private |
_notes_on | MIDI::Channel | private |
_nrpn_lsb | MIDI::Channel | private |
_nrpn_msb | MIDI::Channel | private |
_nrpn_state | MIDI::Channel | private |
_nrpn_val_lsb | MIDI::Channel | private |
_nrpn_val_msb | MIDI::Channel | private |
_omni | MIDI::Channel | private |
_pitch_bend | MIDI::Channel | private |
_poly | MIDI::Channel | private |
_polypress | MIDI::Channel | private |
_port | MIDI::Channel | private |
_program_number | MIDI::Channel | private |
_rpn_lsb | MIDI::Channel | private |
_rpn_msb | MIDI::Channel | private |
_rpn_state | MIDI::Channel | private |
_rpn_val_lsb | MIDI::Channel | private |
_rpn_val_msb | MIDI::Channel | private |
_scoped_connection_list | PBD::ScopedConnectionList | private |
_scoped_connection_lock | PBD::ScopedConnectionList | private |
add_connection(const UnscopedConnection &c) | PBD::ScopedConnectionList | |
aftertouch(byte value, timestamp_t timestamp) | MIDI::Channel | inline |
all_notes_off(timestamp_t timestamp) | MIDI::Channel | inline |
bank() | MIDI::Channel | inline |
Channel(byte channel_number, Port &) | MIDI::Channel | |
channel() | MIDI::Channel | inline |
channel_msg(byte id, byte val1, byte val2, timestamp_t timestamp) | MIDI::Channel | |
connect_signals() | MIDI::Channel | protected |
ConnectionList typedef | PBD::ScopedConnectionList | private |
control(byte id, byte value, timestamp_t timestamp) | MIDI::Channel | inline |
controller_addr(byte n) | MIDI::Channel | inline |
controller_value(byte n) | MIDI::Channel | inline |
drop_connections() | PBD::ScopedConnectionList | |
HaveLSB enum value | MIDI::Channel | private |
HaveMSB enum value | MIDI::Channel | private |
HaveValue enum value | MIDI::Channel | private |
last_note_off() | MIDI::Channel | inline |
last_note_on() | MIDI::Channel | inline |
last_off_velocity() | MIDI::Channel | inline |
last_on_velocity() | MIDI::Channel | inline |
maybe_process_rpns(Parser &, EventTwoBytes *) | MIDI::Channel | private |
midi_port() | MIDI::Channel | inline |
note_off(byte note, byte velocity, timestamp_t timestamp) | MIDI::Channel | inline |
note_on(byte note, byte velocity, timestamp_t timestamp) | MIDI::Channel | inline |
nrpn_reset() | MIDI::Channel | private |
nrpn_value(uint16_t rpn_id) | MIDI::Channel | |
nrpn_value(uint16_t nrpn) const | MIDI::Channel | |
nrpn_value_absolute(uint16_t nrpn) const | MIDI::Channel | |
nrpns | MIDI::Channel | private |
operator=(const ScopedConnectionList &)=delete | PBD::ScopedConnectionList | |
pitchbend() | MIDI::Channel | inline |
pitchbend(byte msb, byte lsb, timestamp_t timestamp) | MIDI::Channel | inline |
poly_aftertouch(byte note, byte value, timestamp_t timestamp) | MIDI::Channel | inline |
poly_pressure(byte n) | MIDI::Channel | inline |
Port class | MIDI::Channel | friend |
pressure() | MIDI::Channel | inline |
process_chanpress(Parser &, byte) | MIDI::Channel | private |
process_controller(Parser &, EventTwoBytes *) | MIDI::Channel | private |
process_note_off(Parser &, EventTwoBytes *) | MIDI::Channel | private |
process_note_on(Parser &, EventTwoBytes *) | MIDI::Channel | private |
process_pitchbend(Parser &, pitchbend_t) | MIDI::Channel | private |
process_polypress(Parser &, EventTwoBytes *) | MIDI::Channel | private |
process_program_change(Parser &, byte) | MIDI::Channel | private |
process_reset(Parser &) | MIDI::Channel | private |
program() | MIDI::Channel | inline |
program_change(byte value, timestamp_t timestamp) | MIDI::Channel | inline |
reset(timestamp_t timestamp, samplecnt_t nframes, bool notes_off=true) | MIDI::Channel | private |
RPN_READY_FOR_VALUE | MIDI::Channel | privatestatic |
rpn_reset() | MIDI::Channel | private |
rpn_value(uint16_t rpn_id) | MIDI::Channel | |
rpn_value(uint16_t rpn) const | MIDI::Channel | |
rpn_value_absolute(uint16_t rpn) const | MIDI::Channel | |
RPN_VALUE_READY | MIDI::Channel | privatestatic |
RPNList typedef | MIDI::Channel | private |
rpns | MIDI::Channel | private |
RPNState enum name | MIDI::Channel | private |
ScopedConnectionList() | PBD::ScopedConnectionList | |
ScopedConnectionList(const ScopedConnectionList &)=delete | PBD::ScopedConnectionList | |
set_controller(byte n, byte val) | MIDI::Channel | inline |
~ScopedConnectionList() | PBD::ScopedConnectionList | virtual |