add VU and IEC meter DSP (from jmeters)
[ardour.git] / gtk2_ardour / tape_region_view.cc
index eb4d8271c9e9013a7e94aac99d741227fab6ea0f..d626f3df496880fb12bf127e929855811841b83d 100644 (file)
@@ -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