diff options
Diffstat (limited to 'src/libs/gui/ControlGroups.cpp')
-rw-r--r-- | src/libs/gui/ControlGroups.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/gui/ControlGroups.cpp b/src/libs/gui/ControlGroups.cpp index 0803b5ba..dc585975 100644 --- a/src/libs/gui/ControlGroups.cpp +++ b/src/libs/gui/ControlGroups.cpp @@ -167,6 +167,8 @@ SliderControlGroup::menu_properties() void SliderControlGroup::set_value(const Atom& atom) { + cout << "CONTROL VALUE CHANGED" << endl; + float val = atom.get_float(); if (_port_model->is_integer()) |