mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 00:56:33 +01:00
tweak debug output
This commit is contained in:
parent
a73577a45a
commit
aa856b509c
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ MidiStretch::run (boost::shared_ptr<Region> r, Progress*)
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef DEBUG_MIDI_STRETCH
|
#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
|
#endif
|
||||||
|
|
||||||
const MidiModel::TimeType new_time = (i->time() - r_start) * mtfrac;
|
const MidiModel::TimeType new_time = (i->time() - r_start) * mtfrac;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue