indicate that silence trim is already active.

This commit is contained in:
Robin Gareus 2015-09-19 20:28:56 +02:00
parent c829c10a74
commit dad0e390ff
2 changed files with 11 additions and 2 deletions

View file

@ -66,6 +66,9 @@ private:
AudioClock* _fade_length;
Gtk::ProgressBar _progress_bar;
Gtk::Button* cancel_button;
Gtk::Button* apply_button;
struct ViewInterval {
RegionView* view;
ARDOUR::AudioIntervalResult intervals;