mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
[Summary] Progressing MASTER UI and occasional cleanup
This commit is contained in:
parent
a974f118e0
commit
596e3b9140
18 changed files with 158 additions and 175 deletions
|
|
@ -91,6 +91,8 @@ class GainMeter : virtual public sigc::trackable, ARDOUR::SessionHandlePtr, publ
|
|||
|
||||
LevelMeterHBox& get_level_meter() { return level_meter; }
|
||||
Gtkmm2ext::Fader& get_gain_slider() { return gain_slider; }
|
||||
WavesButton& get_gain_display_button () { return gain_display_button; }
|
||||
WavesButton& get_peak_display_button () { return peak_display_button; }
|
||||
|
||||
/** Emitted in the GUI thread when a button is pressed over the level meter;
|
||||
* return true if the event is handled.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue