Add AutomationControl::set_value_unchecked() and AutomationControl::writable() and...
[ardour.git] / libs / ardour / ardour / amp.h
index 62f273e477e1177dbda4b98f800a862f39331ad6..7cde8531550a3352bfe62efa59a657acf81d239c 100644 (file)
@@ -91,6 +91,7 @@ public:
                }
 
                void set_value (double val);
+               void set_value_unchecked (double);
 
                double internal_to_interface (double) const;
                double interface_to_internal (double) const;