define signal associated with configurable clipping level to Canvas::WaveView

This commit is contained in:
Paul Davis
2013-12-30 15:54:09 -05:00
parent 7158eb7565
commit 110c790d91

View File

@@ -48,6 +48,7 @@ bool WaveView::_global_show_waveform_clipping = true;
double WaveView::_clip_level = 0.98853;
PBD::Signal0<void> WaveView::VisualPropertiesChanged;
PBD::Signal0<void> WaveView::ClipLevelChanged;
WaveView::WaveView (Group* parent, boost::shared_ptr<ARDOUR::AudioRegion> region)
: Item (parent)