mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
gain controls: tenatively use new "use selection" feature
This commit is contained in:
parent
5f55f32386
commit
d7ed491f75
2 changed files with 14 additions and 0 deletions
|
|
@ -55,6 +55,7 @@
|
|||
|
||||
namespace ARDOUR {
|
||||
class IO;
|
||||
class ControlGroup;
|
||||
class GainControl;
|
||||
class Session;
|
||||
class Route;
|
||||
|
|
@ -189,6 +190,8 @@ protected:
|
|||
void amp_stop_touch (int);
|
||||
void amp_start_touch (int);
|
||||
|
||||
std::shared_ptr<ARDOUR::ControlGroup> _touch_control_group;
|
||||
|
||||
void set_route_group_meter_point (ARDOUR::Route&, ARDOUR::MeterPoint);
|
||||
void set_meter_point (ARDOUR::Route&, ARDOUR::MeterPoint);
|
||||
gint meter_press (GdkEventButton*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue