From f17661208686f7237efc902c61028462af75a240 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 8 Dec 2010 21:02:37 +0000 Subject: [PATCH] move display of silence for strip-silence into regionviews, along with text to describe impact on the region. this doesn't actually make strip-silence work any better, but the display is improving git-svn-id: svn://localhost/ardour2/branches/3.0@8224 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/ardour3_ui_default.conf | 2 + gtk2_ardour/canvas_vars.h | 2 + gtk2_ardour/editor_ops.cc | 6 +- gtk2_ardour/region_view.cc | 105 +++++++++++++ gtk2_ardour/region_view.h | 18 +++ gtk2_ardour/strip_silence_dialog.cc | 233 ++++++++-------------------- gtk2_ardour/strip_silence_dialog.h | 31 ++-- libs/ardour/ardour/audioregion.h | 2 +- libs/ardour/ardour/types.h | 3 + libs/ardour/audioregion.cc | 8 +- 10 files changed, 215 insertions(+), 195 deletions(-) diff --git a/gtk2_ardour/ardour3_ui_default.conf b/gtk2_ardour/ardour3_ui_default.conf index 78adf6e5cb..438aad3c69 100644 --- a/gtk2_ardour/ardour3_ui_default.conf +++ b/gtk2_ardour/ardour3_ui_default.conf @@ -93,6 +93,8 @@