Paul Davis
1f13b311fd
VelocityGhostRegion used the visibility of the "parent" note canvas item of a lollipop canvas item to determine the lolli's visibility. But during the construction of the MidiRegionView, the note's container is not yet visible, so this fails. In addition this logic would hide lollis for notes that are outside the current visible note range of the track (because the parent note item was not visible). This change adds a method to MidiRegionView to decide if a note is within the region's time range, and if so, we show the lollipop item. This means that lollis for notes outside the note-range will still be visible, which seems more correct. In addition, the nascent condition of the parent note's container no longer affects lolli visibility. |
||
---|---|---|
doc | ||
gtk2_ardour | ||
headless | ||
libs | ||
luasession | ||
msvc_extra_headers | ||
MSVCardour3 | ||
MSVCMixbus3 | ||
MSVCvst_scan | ||
session_utils | ||
share | ||
tools | ||
.dir-locals.el | ||
.gitattributes | ||
.gitignore | ||
ardour.1 | ||
COPYING | ||
nutempo-todo | ||
PACKAGER_README | ||
README | ||
README-GITHUB.txt | ||
system_config | ||
TRANSLATORS | ||
waf | ||
wscript |
Please see the Ardour web site at https://ardour.org/ for all documentation.. For information on building ardour: https://ardour.org/development.html