diff --git a/include/AutomatableModel.h b/include/AutomatableModel.h index d9f5883f2..37fcf2c3c 100644 --- a/include/AutomatableModel.h +++ b/include/AutomatableModel.h @@ -135,6 +135,11 @@ public: return castValue( m_initValue ); } + bool isAtInitValue() const + { + return m_value == m_initValue; + } + template inline T minValue() const {