mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +01:00
improve scroomer performance.
- MRV will redisplay the model on scroom, so there is no need to update the range as well.
This commit is contained in:
parent
63e89b2090
commit
b330a8a0ce
1 changed files with 0 additions and 2 deletions
|
|
@ -186,7 +186,6 @@ MidiGhostRegion::MidiGhostRegion(RegionView& rv,
|
||||||
base_rect->lower_to_bottom();
|
base_rect->lower_to_bottom();
|
||||||
update_range ();
|
update_range ();
|
||||||
|
|
||||||
midi_view()->NoteRangeChanged.connect (sigc::mem_fun (*this, &MidiGhostRegion::update_range));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -210,7 +209,6 @@ MidiGhostRegion::MidiGhostRegion(RegionView& rv,
|
||||||
base_rect->lower_to_bottom();
|
base_rect->lower_to_bottom();
|
||||||
update_range ();
|
update_range ();
|
||||||
|
|
||||||
midi_view()->NoteRangeChanged.connect (sigc::mem_fun (*this, &MidiGhostRegion::update_range));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
MidiGhostRegion::~MidiGhostRegion()
|
MidiGhostRegion::~MidiGhostRegion()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue