mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Make colors for clip markers controllable by ardour.colors. Default
color is totally transparent. Thanks Torben! git-svn-id: svn://localhost/ardour2/trunk@1656 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
54de497572
commit
edfc81352e
8 changed files with 99 additions and 14 deletions
|
|
@ -99,6 +99,8 @@ struct _GnomeCanvasWaveView
|
|||
double height;
|
||||
double half_height;
|
||||
uint32_t wave_color;
|
||||
uint32_t clip_color;
|
||||
uint32_t zero_color;
|
||||
|
||||
char rectified;
|
||||
char logscaled;
|
||||
|
|
@ -113,6 +115,7 @@ struct _GnomeCanvasWaveView
|
|||
int32_t bbox_lrx;
|
||||
int32_t bbox_lry;
|
||||
unsigned char wave_r, wave_g, wave_b, wave_a;
|
||||
unsigned char clip_r, clip_g, clip_b, clip_a;
|
||||
uint32_t samples;
|
||||
uint32_t region_start;
|
||||
int32_t reload_cache_in_render;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue