mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
use explicit timepos_t() for region start property in property lists (gui edition)
This commit is contained in:
parent
94afcba111
commit
b451a50b95
5 changed files with 9 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue