enable trim on master bus
[ardour.git] / libs / ardour / audio_track.cc
index 62109e86c7b5e81620487f304689e979916c98e8..33a5ba8f370a7f8376f7bc338ad61623fcd11e87 100644 (file)
@@ -603,7 +603,7 @@ AudioTrack::freeze_me (InterThreadInfo& itt)
 
        /* reset stuff that has already been accounted for in the freeze process */
 
-       set_gain (1.0, this);
+       set_gain (GAIN_COEFF_UNITY, this);
        _amp->gain_control()->set_automation_state (Off);
        /* XXX need to use _main_outs _panner->set_automation_state (Off); */