Robin Gareus
4d269729b1
RegionFactory::CheckNewRegion signal is emitted directly after region-creation from RegionFactory::create(). At this point in time the region is not on any playlist. This if fine for EditorSources, but the new RegionList design only shows regions that are on the timeline. CheckNewRegion() -> EditorRegions::add_region() -> EditorRegions::regions_changed() ignores regions w/o playlist. Later Playlist::add_region_internal() sets the playlist but calls Region::clear_changes() to not send all individual changes. So Region::RegionsPropertyChanged is not emitted either. We need to notify the EditorRegions *after* setting the playlist. The downside of this is that more signals than necessary are emitted. |
||
---|---|---|
doc | ||
gtk2_ardour | ||
headless | ||
libs | ||
luasession | ||
msvc_extra_headers | ||
MSVCardour3 | ||
MSVCMixbus3 | ||
MSVCvst_scan | ||
nutemp | ||
session_utils | ||
share | ||
tools | ||
vst | ||
.dir-locals.el | ||
.gitattributes | ||
.gitignore | ||
ardour.1 | ||
COPYING | ||
instant.xml.sae | ||
msvc32-fixup.pl | ||
PACKAGER_README | ||
README | ||
README-GITHUB.txt | ||
system_config | ||
testfile.flac | ||
testfile.ogg | ||
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