tweak debug output
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 19 Dec 2019 01:00:33 +0000 (18:00 -0700)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 19 Dec 2019 01:00:33 +0000 (18:00 -0700)
libs/ardour/midi_stretch.cc

index f960c10166bd163ff6ccc6d912f449c07f78e4ef..a250e9b869d9bcc6096c626222fb9de2e2137189 100644 (file)
@@ -135,7 +135,7 @@ MidiStretch::run (boost::shared_ptr<Region> r, Progress*)
                }
 
 #ifdef DEBUG_MIDI_STRETCH
-               cout << "STRETCH " << i->time() << " TO " << (i->time() - r_start) * mtfrac << "\n";
+               cout << "STRETCH " << i->time() << " OFFSET FROM START @ " << r_start << " = " << (i->time() - r_start) << " TO " << (i->time() - r_start) * mtfrac << "\n";
 #endif
 
                const MidiModel::TimeType new_time = (i->time() - r_start) * mtfrac;