Use a button in the processor box for toggle parameters.
[ardour.git] / libs / ardour / ardour / automation_control.h
index 2aa8490086c12edaf1f1457841002fa0a1c42a14..9ad46c9090a0b8e06740a7feed3d5622ff0901a0 100644 (file)
@@ -92,6 +92,7 @@ public:
        double lower() const { return parameter().min(); }
        double upper() const { return parameter().max(); }
        double normal() const { return parameter().normal(); }
+       bool toggled() const { return parameter().toggled(); }
 
        const ARDOUR::Session& session() const { return _session; }