Add magnetic effect (for init value) on knobs
This commit is contained in:
committed by
Tobias Doerffel
parent
cacc0d6c3e
commit
9215800114
@@ -268,6 +268,11 @@ signals:
|
||||
return AutomatableModel::value<type>( _frameOffset ); \
|
||||
} \
|
||||
\
|
||||
inline type initValue() const \
|
||||
{ \
|
||||
return AutomatableModel::initValue<type>(); \
|
||||
} \
|
||||
\
|
||||
inline type minValue() const \
|
||||
{ \
|
||||
return AutomatableModel::minValue<type>(); \
|
||||
|
||||
Reference in New Issue
Block a user