Home
last modified time | relevance | path

Searched refs:EventTwoBytes (Results 1 – 23 of 23) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/midi++2/
H A Dparser.cc676 note_off (*this, (EventTwoBytes *) &msg[1]); in signal()
678 (*this, (EventTwoBytes *) &msg[1]); in signal()
690 note_off (*this, (EventTwoBytes *) &msg[1]); in signal()
692 (*this, (EventTwoBytes *) &msg[1]); in signal()
694 note_on (*this, (EventTwoBytes *) &msg[1]); in signal()
696 (*this, (EventTwoBytes *) &msg[1]); in signal()
704 controller (*this, (EventTwoBytes *) &msg[1]); in signal()
706 (*this, (EventTwoBytes *) &msg[1]); in signal()
726 poly_pressure (*this, (EventTwoBytes *) &msg[1]); in signal()
728 (*this, (EventTwoBytes *) &msg[1]); in signal()
H A Dchannel.cc112 Channel::process_note_off (Parser & /*parser*/, EventTwoBytes *tb) in process_note_off()
123 Channel::process_note_on (Parser & /*parser*/, EventTwoBytes *tb) in process_note_on()
134 Channel::maybe_process_rpns (Parser& parser, EventTwoBytes *tb) in maybe_process_rpns()
253 Channel::process_controller (Parser & parser, EventTwoBytes *tb) in process_controller()
357 Channel::process_polypress (Parser & /*parser*/, EventTwoBytes *tb) in process_polypress()
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/generic_midi/
H A Dmidiinvokable.h65 void midi_sense_note (MIDI::Parser &, MIDI::EventTwoBytes *, bool is_on);
66 void midi_sense_note_on (MIDI::Parser &p, MIDI::EventTwoBytes *tb);
67 void midi_sense_note_off (MIDI::Parser &p, MIDI::EventTwoBytes *tb);
68 void midi_sense_controller (MIDI::Parser &, MIDI::EventTwoBytes *);
H A Dmidiinvokable.cc56 MIDIInvokable::midi_sense_note_on (Parser &p, EventTwoBytes *tb) in midi_sense_note_on()
62 MIDIInvokable::midi_sense_note_off (Parser &p, EventTwoBytes *tb) in midi_sense_note_off()
68 MIDIInvokable::midi_sense_note (Parser &, EventTwoBytes *msg, bool /* is_on */) in midi_sense_note()
76 MIDIInvokable::midi_sense_controller (Parser &, EventTwoBytes *msg) in midi_sense_controller()
H A Dmidicontrollable.h153 void midi_sense_note (MIDI::Parser &, MIDI::EventTwoBytes *, bool is_on);
154 void midi_sense_note_on (MIDI::Parser &p, MIDI::EventTwoBytes *tb);
155 void midi_sense_note_off (MIDI::Parser &p, MIDI::EventTwoBytes *tb);
156 void midi_sense_controller (MIDI::Parser &, MIDI::EventTwoBytes *);
H A Dmidicontrollable.cc249 MIDIControllable::midi_sense_note_on (Parser &p, EventTwoBytes *tb) in midi_sense_note_on()
255 MIDIControllable::midi_sense_note_off (Parser &p, EventTwoBytes *tb) in midi_sense_note_off()
286 MIDIControllable::midi_sense_note (Parser &, EventTwoBytes *msg, bool /*is_on*/) in midi_sense_note()
315 MIDIControllable::midi_sense_controller (Parser &, EventTwoBytes *msg) in midi_sense_controller()
/dports/audio/ardour6/Ardour-6.8.0/libs/midi++2/midi++/
H A Dchannel.h171 void process_note_off (Parser &, EventTwoBytes *);
172 void process_note_on (Parser &, EventTwoBytes *);
173 void process_controller (Parser &, EventTwoBytes *);
174 void process_polypress (Parser &, EventTwoBytes *);
179 bool maybe_process_rpns (Parser&, EventTwoBytes *);
H A Dtypes.h67 struct LIBMIDIPP_API EventTwoBytes { struct
H A Dparser.h42 typedef PBD::Signal2<void,Parser &, EventTwoBytes *> TwoByteSignal;
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/faderport8/
H A Dfaderport8.h141 void polypressure_handler (MIDI::Parser &, MIDI::EventTwoBytes* tb);
143 void controller_handler (MIDI::Parser &, MIDI::EventTwoBytes* tb);
144 void note_on_handler (MIDI::Parser &, MIDI::EventTwoBytes* tb);
145 void note_off_handler (MIDI::Parser &, MIDI::EventTwoBytes* tb);
H A Dfaderport8.cc580 FaderPort8::polypressure_handler (MIDI::Parser &, MIDI::EventTwoBytes* tb) in polypressure_handler()
600 FaderPort8::controller_handler (MIDI::Parser &, MIDI::EventTwoBytes* tb) in controller_handler()
631 FaderPort8::note_on_handler (MIDI::Parser &, MIDI::EventTwoBytes* tb) in note_on_handler()
676 FaderPort8::note_off_handler (MIDI::Parser &, MIDI::EventTwoBytes* tb) in note_off_handler()
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/cc121/
H A Dcc121.h206 void button_press_handler (MIDI::Parser &, MIDI::EventTwoBytes* tb);
207 void button_release_handler (MIDI::Parser &, MIDI::EventTwoBytes* tb);
209 void encoder_handler (MIDI::Parser &, MIDI::EventTwoBytes* tb);
H A Dcc121.cc296 CC121::button_press_handler (MIDI::Parser &, MIDI::EventTwoBytes* tb) in button_press_handler()
341 CC121::button_release_handler (MIDI::Parser &, MIDI::EventTwoBytes* tb) in button_release_handler()
388 CC121::encoder_handler (MIDI::Parser &, MIDI::EventTwoBytes* tb) in encoder_handler()
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/us2400/
H A Dsurface.h120 void handle_midi_controller_message (MIDI::Parser&, MIDI::EventTwoBytes*);
121 void handle_midi_note_on_message (MIDI::Parser&, MIDI::EventTwoBytes*);
H A Dsurface.cc530 Surface::handle_midi_note_on_message (MIDI::Parser &, MIDI::EventTwoBytes* ev) in handle_midi_note_on_message()
596 Surface::handle_midi_controller_message (MIDI::Parser &, MIDI::EventTwoBytes* ev) in handle_midi_controller_message()
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/mackie/
H A Dsurface.h121 void handle_midi_controller_message (MIDI::Parser&, MIDI::EventTwoBytes*);
122 void handle_midi_note_on_message (MIDI::Parser&, MIDI::EventTwoBytes*);
H A Dsurface.cc588 Surface::handle_midi_note_on_message (MIDI::Parser &, MIDI::EventTwoBytes* ev) in handle_midi_note_on_message()
654 Surface::handle_midi_controller_message (MIDI::Parser &, MIDI::EventTwoBytes* ev) in handle_midi_controller_message()
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/faderport/
H A Dfaderport.h205 void button_handler (MIDI::Parser &, MIDI::EventTwoBytes* tb);
207 void fader_handler (MIDI::Parser &, MIDI::EventTwoBytes* tb);
H A Dfaderport.cc339 FaderPort::button_handler (MIDI::Parser &, MIDI::EventTwoBytes* tb) in button_handler()
468 FaderPort::fader_handler (MIDI::Parser &, MIDI::EventTwoBytes* tb) in fader_handler()
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/launch_control_xl/
H A Dlaunch_control_xl.h500 void handle_button_message(boost::shared_ptr<Button> button, MIDI::EventTwoBytes *);
504 void handle_midi_controller_message(MIDI::Parser &, MIDI::EventTwoBytes *, MIDI::channel_t chan);
505 void handle_midi_note_on_message(MIDI::Parser &, MIDI::EventTwoBytes *, MIDI::channel_t chan);
506 void handle_midi_note_off_message(MIDI::Parser &, MIDI::EventTwoBytes *, MIDI::channel_t chan);
H A Dlaunch_control_xl.cc580 LaunchControlXL::handle_button_message(boost::shared_ptr<Button> button, MIDI::EventTwoBytes* ev) in handle_button_message()
629 LaunchControlXL::handle_midi_controller_message (MIDI::Parser& parser, MIDI::EventTwoBytes* ev, MID… in handle_midi_controller_message()
657 LaunchControlXL::handle_midi_note_on_message (MIDI::Parser& parser, MIDI::EventTwoBytes* ev, MIDI::… in handle_midi_note_on_message()
675 void LaunchControlXL::handle_midi_note_off_message(MIDI::Parser & parser, MIDI::EventTwoBytes *ev, … in handle_midi_note_off_message()
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/push2/
H A Dpush2.h428 void handle_midi_controller_message (MIDI::Parser&, MIDI::EventTwoBytes*);
429 void handle_midi_note_on_message (MIDI::Parser&, MIDI::EventTwoBytes*);
430 void handle_midi_note_off_message (MIDI::Parser&, MIDI::EventTwoBytes*);
H A Dpush2.cc623 Push2::handle_midi_controller_message (MIDI::Parser&, MIDI::EventTwoBytes* ev) in handle_midi_controller_message()
716 Push2::handle_midi_note_on_message (MIDI::Parser& parser, MIDI::EventTwoBytes* ev) in handle_midi_note_on_message()
802 Push2::handle_midi_note_off_message (MIDI::Parser&, MIDI::EventTwoBytes* ev) in handle_midi_note_off_message()