mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
Set imported regions to be opaque by default
This commit is contained in:
parent
27dfd8a7e3
commit
224f7bb263
1 changed files with 2 additions and 0 deletions
|
|
@ -826,6 +826,7 @@ Editor::add_sources (vector<string> paths,
|
|||
plist.add (ARDOUR::Properties::layer, 0);
|
||||
plist.add (ARDOUR::Properties::whole_file, true);
|
||||
plist.add (ARDOUR::Properties::external, true);
|
||||
plist.add (ARDOUR::Properties::opaque, true);
|
||||
|
||||
boost::shared_ptr<Region> r = RegionFactory::create (sources, plist);
|
||||
|
||||
|
|
@ -919,6 +920,7 @@ Editor::add_sources (vector<string> paths,
|
|||
plist.add (ARDOUR::Properties::layer, 0);
|
||||
plist.add (ARDOUR::Properties::whole_file, true);
|
||||
plist.add (ARDOUR::Properties::external, true);
|
||||
plist.add (ARDOUR::Properties::opaque, true);
|
||||
|
||||
boost::shared_ptr<Region> r = RegionFactory::create (just_one, plist);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue