a) persist whether the end marker should move at first capture in the session file
[ardour.git] / libs / ardour / route.cc
index f8905eb43d3be4a3751ca6eced10748027da4228..d338cee2774580e034977ac43cc22eab1163082a 100644 (file)
@@ -625,7 +625,7 @@ Route::process_output_buffers (vector<Sample*>& bufs, uint32_t nbufs,
                        if (_session.transport_speed() > 1.5f || _session.transport_speed() < -1.5f) {
                                pan (bufs, nbufs, nframes, offset, speed_quietning); 
                        } else {
-                               // cerr << "panner state = " << _panner->automation_state() << endl;
+                               // cerr << _name << " panner state = " << _panner->automation_state() << endl;
                                if (!_panner->empty() &&
                                    (_panner->automation_state() & Play ||
                                     ((_panner->automation_state() & Touch) && !_panner->touching()))) {