use explicit timepos_t() for region start property in property lists (gui edition)

This commit is contained in:
Paul Davis 2020-12-18 13:01:53 -07:00
parent 94afcba111
commit b451a50b95
5 changed files with 9 additions and 6 deletions

View file

@ -917,7 +917,7 @@ ExportReport::audition (std::string path, unsigned n_chn, int page)
PBD::PropertyList plist;
plist.add (ARDOUR::Properties::start, 0);
plist.add (ARDOUR::Properties::start, timepos_t (0));
plist.add (ARDOUR::Properties::length, srclist[0]->length ());
plist.add (ARDOUR::Properties::name, rname);
plist.add (ARDOUR::Properties::layer, 0);