diff --git a/include/AutomatableModel.h b/include/AutomatableModel.h index 5498c18cce4..eaa2e9e6e81 100644 --- a/include/AutomatableModel.h +++ b/include/AutomatableModel.h @@ -170,7 +170,7 @@ class LMMS_EXPORT AutomatableModel : public Model, public JournallingObject return castValue( m_value ); } - inline float getTypelessValue(int frameOffset = 0) const + inline float getAutomatedRawValue(int frameOffset = 0) const { if (!m_controllerConnection && !hasLinkedModels()) {