change Controllable::set_value() API to include grouped control consideration.
[ardour.git] / gtk2_ardour / lv2_plugin_ui.cc
index 20f59b5e8361624f3454c9533e58d9b486453705..fe6b3c70bd87bad17c2dc61ed503f0b376230cbc 100644 (file)
@@ -59,7 +59,7 @@ LV2PluginUI::write_from_ui(void*       controller,
                me->_updates.insert (port_index);
 
                if (ac) {
-                       ac->set_value(*(const float*)buffer);
+                       ac->set_value(*(const float*)buffer, Controllable::NoGroup);
                }
        } else if (format == URIMap::instance().urids.atom_eventTransfer) {