9f475d542771b8435e84e764f9f1ea4a2159fc2b
There is a DisplaySuspender in MidiRegionView::init(), and another invoked during the addition of a RegionView to a StreamView. Before this change, both suspenders were created to invoke a full "model-changed" redisplay. Since every RegionView must be added to a StreamView to be visible, we only need the second suspender to invoke the model-change. The first one can be just a view change (and probably isn't necessary at all, but I did not want to change that much at this point in time).
Please see the Ardour web site at https://ardour.org/ for all documentation..
For information on building ardour:
https://ardour.org/development.html
Description
Languages
C++
56.5%
C
39.6%
JavaScript
1.3%
Lua
0.9%
Python
0.6%
Other
0.9%