26#ifndef LMMS_AUTOMATION_NODE_H
27#define LMMS_AUTOMATION_NODE_H
Definition AutomationClip.h:52
bool m_lockedTangents
Definition AutomationNode.h:175
AutomationNode & operator-=(float f)
Definition AutomationNode.h:51
void setOutValue(float value)
Sets the outValue of an automation node.
Definition AutomationNode.cpp:91
void resetOutValue()
Resets the outValue so it matches inValue.
Definition AutomationNode.cpp:110
void setClip(AutomationClip *clip)
Sets the clip this node belongs to.
Definition AutomationNode.h:149
const float getInTangent() const
Gets the tangent of the left side of the node.
Definition AutomationNode.h:96
const float getOutValue() const
Definition AutomationNode.h:76
AutomationNode & operator*=(float f)
Definition AutomationNode.h:57
const float getOutTangent() const
Gets the tangent of the right side of the node.
Definition AutomationNode.h:114
float m_inValue
Definition AutomationNode.h:162
const float getInValue() const
Definition AutomationNode.h:70
AutomationNode & operator+=(float f)
Definition AutomationNode.h:45
const float getValueOffset() const
Gets the offset between inValue and outValue.
Definition AutomationNode.h:87
void setInTangent(float tangent)
Sets the tangent of the left side of the node.
Definition AutomationNode.h:105
AutomationClip * m_clip
Definition AutomationNode.h:156
AutomationNode()
Definition AutomationNode.cpp:34
int m_pos
Definition AutomationNode.h:159
float m_inTangent
Definition AutomationNode.h:169
void setLockedTangents(bool b)
Locks or Unlocks the tangents from this node.
Definition AutomationNode.h:139
void setInValue(float value)
Sets the inValue of an automation node.
Definition AutomationNode.cpp:71
AutomationNode & operator/=(float f)
Definition AutomationNode.h:63
void setOutTangent(float tangent)
Sets the tangent of the right side of the node.
Definition AutomationNode.h:123
float m_outValue
Definition AutomationNode.h:163
float m_outTangent
Definition AutomationNode.h:170
const bool lockedTangents() const
Checks if the tangents from the node are locked.
Definition AutomationNode.h:131
unsigned f
Definition inflate.c:1572
static PuglViewHint int value
Definition pugl.h:1708
Definition AudioAlsa.cpp:35