mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
add option to resize meterbridge track-labels
This commit is contained in:
parent
b58bb80a05
commit
84f20367cc
6 changed files with 106 additions and 20 deletions
|
|
@ -71,6 +71,7 @@ class LevelMeterBase : public ARDOUR::SessionHandlePtr
|
|||
|
||||
/** Emitted in the GUI thread when a button is pressed over the meter */
|
||||
PBD::Signal1<bool, GdkEventButton *> ButtonPress;
|
||||
PBD::Signal1<bool, GdkEventButton *> ButtonRelease;
|
||||
PBD::Signal1<void, ARDOUR::MeterType> MeterTypeChanged;
|
||||
|
||||
protected:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue