Add magnetic effect (for init value) on knobs

This commit is contained in:
NoiseByNorthwest
2012-01-21 20:34:24 +01:00
committed by Tobias Doerffel
parent cacc0d6c3e
commit 9215800114
2 changed files with 32 additions and 1 deletions

View File

@@ -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>(); \