mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Update well-known ctrl: separate global and per band EQ enum
This commit is contained in:
parent
f7d022e38c
commit
0fd1edd78e
14 changed files with 94 additions and 93 deletions
|
|
@ -1180,12 +1180,12 @@ LaunchControlXL::init_dm_callbacks()
|
|||
first_selected_stripable()->mapped_control(EQ_Enable)->Changed.connect (stripable_connections,
|
||||
MISSING_INVALIDATOR, boost::bind (&LaunchControlXL::init_knobs_and_buttons,this), lcxl);
|
||||
}
|
||||
if (first_selected_stripable()->mapped_control (EQ_Shape, 0)) {
|
||||
first_selected_stripable()->mapped_control (EQ_Shape, 0)->Changed.connect (stripable_connections,
|
||||
if (first_selected_stripable()->mapped_control (EQ_BandShape, 0)) {
|
||||
first_selected_stripable()->mapped_control (EQ_BandShape, 0)->Changed.connect (stripable_connections,
|
||||
MISSING_INVALIDATOR, boost::bind (&LaunchControlXL::init_buttons,this), lcxl);
|
||||
}
|
||||
if (first_selected_stripable()->mapped_control (EQ_Shape, 3)) {
|
||||
first_selected_stripable()->mapped_control (EQ_Shape, 3)->Changed.connect (stripable_connections,
|
||||
if (first_selected_stripable()->mapped_control (EQ_BandShape, 3)) {
|
||||
first_selected_stripable()->mapped_control (EQ_BandShape, 3)->Changed.connect (stripable_connections,
|
||||
MISSING_INVALIDATOR, boost::bind (&LaunchControlXL::init_buttons,this), lcxl);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue