mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
remove debug output
This commit is contained in:
parent
7ae4e0f7ba
commit
0b7d0ebfd6
1 changed files with 0 additions and 5 deletions
|
|
@ -3364,10 +3364,7 @@ MidiRegionView::change_note_lengths (bool fine, bool shorter, Temporal::Beats de
|
|||
void
|
||||
MidiRegionView::nudge_notes (bool forward, bool fine)
|
||||
{
|
||||
cerr << "nudge fwd " << forward << " fine " << fine << endl;
|
||||
|
||||
if (_selection.empty()) {
|
||||
cerr << "not selection is empty\n";
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
@ -3387,8 +3384,6 @@ MidiRegionView::nudge_notes (bool forward, bool fine)
|
|||
const samplecnt_t distance = trackview.editor().get_nudge_distance (ref_point, unused);
|
||||
delta = region_samples_to_region_beats (fabs ((double)distance));
|
||||
|
||||
cerr << "used nudge\n";
|
||||
|
||||
} else {
|
||||
|
||||
/* use grid */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue