Fix Pan automation when using "Touch"
Pan->touching was left uninitialized, and usually non-zero. So pan automation was assumed to be currently touched, and hence never interpolated.
This commit is contained in:
@@ -48,6 +48,7 @@ Pannable::Pannable (Session& s)
|
|||||||
, pan_frontback_control (new PanControllable (s, "", this, PanFrontBackAutomation))
|
, pan_frontback_control (new PanControllable (s, "", this, PanFrontBackAutomation))
|
||||||
, pan_lfe_control (new PanControllable (s, "", this, PanLFEAutomation))
|
, pan_lfe_control (new PanControllable (s, "", this, PanLFEAutomation))
|
||||||
, _auto_state (Off)
|
, _auto_state (Off)
|
||||||
|
, _touching (0)
|
||||||
, _has_state (false)
|
, _has_state (false)
|
||||||
, _responding_to_control_auto_state_change (0)
|
, _responding_to_control_auto_state_change (0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user