add option to resize meterbridge track-labels

This commit is contained in:
Robin Gareus 2013-07-29 19:42:41 +02:00 committed by Paul Davis
parent b58bb80a05
commit 84f20367cc
6 changed files with 106 additions and 20 deletions

View file

@ -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: