mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Do not select re-imported tracks
Stem-export defaults to use selected tracks. This retains the selection, so focus remains. Repeat stem export will use previously exported tracks if the selection is empty, or the current selection (again).
This commit is contained in:
parent
7c2cb31b63
commit
b11f76d748
3 changed files with 6 additions and 1 deletions
|
|
@ -2133,6 +2133,8 @@ private:
|
|||
|
||||
/* audio export */
|
||||
|
||||
bool _no_not_select_reimported_tracks;
|
||||
|
||||
enum BounceTarget {
|
||||
NewSource,
|
||||
NewTrigger,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue