Skip to content

Commit

Permalink
AutomatableModel_rename_function_to_getAutomatedRawValue
Browse files Browse the repository at this point in the history
  • Loading branch information
szeli1 committed Aug 18, 2024
1 parent 49632b4 commit e4e1c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/AutomatableModel.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class LMMS_EXPORT AutomatableModel : public Model, public JournallingObject
return castValue<T>( m_value );
}

inline float getTypelessValue(int frameOffset = 0) const
inline float getAutomatedRawValue(int frameOffset = 0) const
{
if (!m_controllerConnection && !hasLinkedModels())
{
Expand Down

0 comments on commit e4e1c15

Please sign in to comment.