summaryrefslogtreecommitdiff
path: root/libs/surfaces/push2/track_mix.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-09-25 15:02:47 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2016-09-27 14:59:32 -0500
commit8be313932e1fe90b5b74968412737db7cb22573c (patch)
treef3866809de543e60a2634f6d67814e028b74f297 /libs/surfaces/push2/track_mix.h
parent56af59953fb612bac7272bd855ebe1911d4b4eb2 (diff)
use new canvas meter in push2 track mix layout
Diffstat (limited to 'libs/surfaces/push2/track_mix.h')
-rw-r--r--libs/surfaces/push2/track_mix.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libs/surfaces/push2/track_mix.h b/libs/surfaces/push2/track_mix.h
index ffc20aca55..8ba95344b0 100644
--- a/libs/surfaces/push2/track_mix.h
+++ b/libs/surfaces/push2/track_mix.h
@@ -32,12 +32,13 @@ namespace ArdourCanvas {
class Rectangle;
class Text;
class Line;
+ class VBox;
}
namespace ArdourSurface {
class Push2Knob;
-class Meter;
+class LevelMeter;
class TrackMixLayout : public Push2Layout
{
@@ -73,7 +74,7 @@ class TrackMixLayout : public Push2Layout
uint8_t selection_color;
Push2Knob* knobs[8];
- Meter* meter;
+ LevelMeter* meter;
void stripable_property_change (PBD::PropertyChange const& what_changed);
void simple_control_change (boost::shared_ptr<ARDOUR::AutomationControl> ac, Push2::ButtonID bid);