mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
LCXL: Make the pan fix nice again
This commit is contained in:
parent
c321bc82bb
commit
260e7ad5a9
3 changed files with 5 additions and 15 deletions
|
|
@ -495,9 +495,7 @@ private:
|
|||
void connect_to_parser();
|
||||
void handle_button_message(boost::shared_ptr<Button> button, MIDI::EventTwoBytes *);
|
||||
|
||||
bool check_pick_up(boost::shared_ptr<Controller> controller, boost::shared_ptr<ARDOUR::AutomationControl> ac);
|
||||
bool check_pick_up_rev(boost::shared_ptr<Controller> controller, boost::shared_ptr<ARDOUR::AutomationControl> ac);
|
||||
|
||||
bool check_pick_up(boost::shared_ptr<Controller> controller, boost::shared_ptr<ARDOUR::AutomationControl> ac, bool rotary = false);
|
||||
|
||||
void handle_midi_controller_message(MIDI::Parser &, MIDI::EventTwoBytes *, MIDI::channel_t chan);
|
||||
void handle_midi_note_on_message(MIDI::Parser &, MIDI::EventTwoBytes *, MIDI::channel_t chan);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue