diff options
Diffstat (limited to 'ganv')
-rw-r--r-- | ganv/Port.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ganv/Port.hpp b/ganv/Port.hpp index ed3b8a1..04b8ae3 100644 --- a/ganv/Port.hpp +++ b/ganv/Port.hpp @@ -60,6 +60,8 @@ public: METHOD1(ganv_port, set_control_min, float, min) METHOD1(ganv_port, set_control_max, float, max) + sigc::signal<void, const Glib::VariantBase&> signal_value_changed; + Module* get_module() const; GanvPort* gobj() { return GANV_PORT(_gobj); } |