Disable midi model updates during trim drags. Speeds the drags up at the cost of not updating notes in real-time. Fixes #3162.

git-svn-id: svn://localhost/ardour2/branches/3.0@7315 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-06-28 18:43:40 +00:00
parent 89b686f937
commit bf7023bc7f
4 changed files with 17 additions and 5 deletions

View file

@ -279,6 +279,8 @@ class MidiRegionView : public RegionView
void show_list_editor ();
void selection_as_notelist (Notes& selected, bool allow_all_if_none_selected = false);
void enable_display (bool);
protected:
/** Allows derived types to specify their visibility requirements