mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
Better, more consistent fix for d0dcca109
This commit is contained in:
parent
d0dcca1093
commit
581dd40db0
1 changed files with 2 additions and 1 deletions
|
|
@ -48,12 +48,13 @@ Pannable::Pannable (Session& s)
|
|||
, pan_frontback_control (new PanControllable (s, "", this, PanFrontBackAutomation))
|
||||
, pan_lfe_control (new PanControllable (s, "", this, PanLFEAutomation))
|
||||
, _auto_state (Off)
|
||||
, _touching (0)
|
||||
, _has_state (false)
|
||||
, _responding_to_control_auto_state_change (0)
|
||||
{
|
||||
//boost_debug_shared_ptr_mark_interesting (this, "pannable");
|
||||
|
||||
g_atomic_int_set (&_touching, 0);
|
||||
|
||||
add_control (pan_azimuth_control);
|
||||
add_control (pan_elevation_control);
|
||||
add_control (pan_width_control);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue