mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Make faders visually desensitised when their tracks are in automation-play.
git-svn-id: svn://localhost/ardour2/branches/3.0@12518 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
6624f9be37
commit
e39a8fc968
15 changed files with 98 additions and 39 deletions
|
|
@ -140,6 +140,7 @@ protected:
|
|||
virtual void setup_visuals ();
|
||||
|
||||
static Glib::RefPtr<Gdk::Pixbuf> _slider_pixbuf;
|
||||
static Glib::RefPtr<Gdk::Pixbuf> _slider_pixbuf_desensitised;
|
||||
|
||||
private:
|
||||
void led_clicked();
|
||||
|
|
@ -157,7 +158,7 @@ private:
|
|||
|
||||
class Control {
|
||||
public:
|
||||
Control (Glib::RefPtr<Gdk::Pixbuf>, boost::shared_ptr<ARDOUR::AutomationControl>, std::string const &);
|
||||
Control (Glib::RefPtr<Gdk::Pixbuf>, Glib::RefPtr<Gdk::Pixbuf>, boost::shared_ptr<ARDOUR::AutomationControl>, std::string const &);
|
||||
|
||||
void set_pixel_width (int);
|
||||
void set_visible (bool);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue