mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
remove debug output
This commit is contained in:
parent
318af69057
commit
6db28ef08d
1 changed files with 0 additions and 1 deletions
|
|
@ -164,7 +164,6 @@ Quantize::operator () (std::shared_ptr<MidiModel> model,
|
|||
if (_snap_start) {
|
||||
/* this is here because Beats intentionally does not have operator* (double) */
|
||||
delta = Temporal::Beats::ticks (llrintf (delta.to_ticks()) * _strength);
|
||||
std::cerr << "new start " << (*i)->time() + delta << " shift was " << delta << std::endl;
|
||||
cmd->change ((*i), MidiModel::NoteDiffCommand::StartTime, (*i)->time() + delta);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue