mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
MIDI region view: remove debug/analysis output
This commit is contained in:
parent
1999a3aae8
commit
d01ad0b4d4
1 changed files with 0 additions and 10 deletions
|
|
@ -1093,8 +1093,6 @@ MidiRegionView::model_changed()
|
|||
return;
|
||||
}
|
||||
|
||||
Timing t;
|
||||
|
||||
if (_active_notes) {
|
||||
// Currently recording
|
||||
const samplecnt_t zoom = trackview.editor().get_current_zoom();
|
||||
|
|
@ -1225,9 +1223,6 @@ MidiRegionView::model_changed()
|
|||
_marked_for_selection.clear ();
|
||||
_marked_for_velocity.clear ();
|
||||
_pending_note_selection.clear ();
|
||||
|
||||
t.update ();
|
||||
std::cerr << "REDISPLAY(model) of " << region()->name() << " complete after " << t.elapsed_msecs() << std::endl;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
@ -1237,8 +1232,6 @@ MidiRegionView::view_changed()
|
|||
return;
|
||||
}
|
||||
|
||||
Timing t;
|
||||
|
||||
if (_active_notes) {
|
||||
// Currently recording
|
||||
const samplecnt_t zoom = trackview.editor().get_current_zoom();
|
||||
|
|
@ -1287,9 +1280,6 @@ MidiRegionView::view_changed()
|
|||
|
||||
update_sysexes();
|
||||
update_patch_changes ();
|
||||
|
||||
t.update ();
|
||||
std::cerr << "REDISPLAY(view) of " << region()->name() << " complete after " << t.elapsed_msecs() << std::endl;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue