mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
visually indicate peak-file rebuild
Not yet a checker pattern, but closing it :)
This commit is contained in:
parent
8a4bf386a4
commit
7e1baa70e4
2 changed files with 33 additions and 17 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue