diff options
Diffstat (limited to 'src/gui/Port.hpp')
-rw-r--r-- | src/gui/Port.hpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gui/Port.hpp b/src/gui/Port.hpp index 465fc783..7eef8c56 100644 --- a/src/gui/Port.hpp +++ b/src/gui/Port.hpp @@ -57,7 +57,6 @@ public: bool show_menu(GdkEventButton* ev); void update_metadata(); - virtual void set_control(float value, bool signal); void value_changed(const Raul::Atom& value); void activity(const Raul::Atom& value); @@ -75,10 +74,10 @@ private: PatchWindow* get_patch_window() const; void property_changed(const Raul::URI& key, const Raul::Atom& value); + void moved(); + void on_value_changed(const Glib::VariantBase& value); bool on_event(GdkEvent* ev); - bool on_click(GdkEventButton* ev); - void moved(); //static ArtVpathDash* _dash; |