mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +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
|
|
@ -142,7 +142,11 @@ public:
|
|||
Glib::PropertyProxy_ReadOnly<double> property_height() const;
|
||||
Glib::PropertyProxy<guint> property_wave_color();
|
||||
Glib::PropertyProxy_ReadOnly<guint> property_wave_color() const;
|
||||
Glib::PropertyProxy<guint> property_clip_color();
|
||||
Glib::PropertyProxy_ReadOnly<guint> property_clip_color() const;
|
||||
Glib::PropertyProxy<gint> property_rectified();
|
||||
Glib::PropertyProxy<guint> property_zero_color();
|
||||
Glib::PropertyProxy_ReadOnly<guint> property_zero_color() const;
|
||||
Glib::PropertyProxy_ReadOnly<gint> property_rectified() const;
|
||||
Glib::PropertyProxy<guint> property_region_start();
|
||||
Glib::PropertyProxy_ReadOnly<guint> property_region_start() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue