visually indicate peak-file rebuild

Not yet a checker pattern, but closing it :)
This commit is contained in:
Robin Gareus 2015-09-15 00:19:02 +02:00
parent 8a4bf386a4
commit 7e1baa70e4
2 changed files with 33 additions and 17 deletions

View file

@ -160,6 +160,9 @@ class AudioRegionView : public RegionView
ArdourCanvas::Rectangle* fade_out_handle; ///< fade out handle, or 0
ArdourCanvas::Rectangle* fade_in_trim_handle; ///< fade in trim handle, or 0
ArdourCanvas::Rectangle* fade_out_trim_handle; ///< fade out trim handle, or 0
ArdourCanvas::Rectangle* pending_peak_data;
static Cairo::RefPtr<Cairo::Pattern> pending_peak_pattern;
ArdourCanvas::XFadeCurve* start_xfade_curve;
ArdourCanvas::Rectangle* start_xfade_rect;
@ -194,7 +197,6 @@ class AudioRegionView : public RegionView
void reset_width_dependent_items (double pixel_width);
void set_frame_color ();
uint32_t get_fill_color() const;
void color_handler ();
void transients_changed();