Add Volume Ctrl position to processor-box context menu

This makes it easier to discover the option, compared to hiding
it in the context menu of the slider itself.
This commit is contained in:
Robin Gareus 2020-08-03 14:59:05 +02:00
parent b290191d75
commit 6224bd7e7a
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
5 changed files with 39 additions and 13 deletions

View file

@ -239,7 +239,7 @@ private:
void setup_comment_button ();
void loudess_analysis_button_clicked ();
bool loudess_analysis_button_pressed (GdkEventButton*);
bool volume_controller_button_pressed (GdkEventButton*);
ArdourWidgets::ArdourButton group_button;
RouteGroupMenu* group_menu;