mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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:
parent
89b686f937
commit
bf7023bc7f
4 changed files with 17 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue