mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Merge with trunk R2935.
git-svn-id: svn://localhost/ardour2/branches/3.0@2943 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f80fad313a
commit
4ca1fe7993
44 changed files with 1814 additions and 525 deletions
|
|
@ -144,9 +144,15 @@ public:
|
|||
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_fill_color();
|
||||
Glib::PropertyProxy_ReadOnly<guint> property_fill_color() const;
|
||||
Glib::PropertyProxy<gint> property_filled();
|
||||
Glib::PropertyProxy_ReadOnly<gint> property_filled() const;
|
||||
Glib::PropertyProxy<gint> property_zero_line();
|
||||
Glib::PropertyProxy_ReadOnly<gint> property_zero_line() const;
|
||||
Glib::PropertyProxy<guint> property_zero_color();
|
||||
Glib::PropertyProxy_ReadOnly<guint> property_zero_color() const;
|
||||
Glib::PropertyProxy<gint> property_rectified();
|
||||
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