mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Remove some debug messages.
git-svn-id: svn://localhost/ardour2/branches/3.0@10150 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
6583376d05
commit
3f8f1b3478
1 changed files with 0 additions and 4 deletions
|
|
@ -1547,16 +1547,12 @@ MidiRegionView::update_note (CanvasNote* ev, bool update_ghost_regions)
|
|||
{
|
||||
boost::shared_ptr<NoteType> note = ev->note();
|
||||
|
||||
cerr << "Note " << *note << " @ region frames " << source_beats_to_region_frames (note->time()) << endl;
|
||||
|
||||
const double x = trackview.editor().frame_to_pixel (source_beats_to_region_frames (note->time()));
|
||||
const double y1 = midi_stream_view()->note_to_y(note->note());
|
||||
|
||||
ev->property_x1() = x;
|
||||
ev->property_y1() = y1;
|
||||
|
||||
cerr << "\t" << x << " ... ";
|
||||
|
||||
/* trim note display to not overlap the end of its region */
|
||||
|
||||
if (note->length() > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue