From a0044e5f715563d3abfdbf6c431c97ed41eb9b0d Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 16 Apr 2013 10:07:52 -0400 Subject: add back various functionality to waveviews such as zero line, amplitude scaling --- gtk2_ardour/tape_region_view.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/tape_region_view.cc') diff --git a/gtk2_ardour/tape_region_view.cc b/gtk2_ardour/tape_region_view.cc index eb4d8271c9..d626f3df49 100644 --- a/gtk2_ardour/tape_region_view.cc +++ b/gtk2_ardour/tape_region_view.cc @@ -79,7 +79,7 @@ TapeAudioRegionView::~TapeAudioRegionView() } void -TapeAudioRegionView::update (uint32_t n) +TapeAudioRegionView::update (uint32_t /*n*/) { /* check that all waves are build and ready */ @@ -88,7 +88,8 @@ TapeAudioRegionView::update (uint32_t n) } ENSURE_GUI_THREAD (*this, &TapeAudioRegionView::update, n); - waves[n]->rebuild (); + // CAIROCANVAS + // waves[n]->rebuild (); } void -- cgit v1.2.3