add group disposition argument to Route::set_gain() and use it in various UIs
[ardour.git] / libs / ardour / audio_track.cc
index f5d5207cc65a46eaf6321a1466abbaabb222e067..47746ffe312d0a1e018e9a5e46c65899d101a5dd 100644 (file)
@@ -629,7 +629,7 @@ AudioTrack::freeze_me (InterThreadInfo& itt)
 
        /* reset stuff that has already been accounted for in the freeze process */
 
-       set_gain (GAIN_COEFF_UNITY, this);
+       set_gain (GAIN_COEFF_UNITY, Controllable::NoGroup);
        _amp->gain_control()->set_automation_state (Off);
        /* XXX need to use _main_outs _panner->set_automation_state (Off); */