mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
Bouncing to trigger enables Cue-Page visibility
This commit is contained in:
parent
866ba8b174
commit
bfc3f6fa4f
1 changed files with 1 additions and 0 deletions
|
|
@ -4288,6 +4288,7 @@ Editor::bounce_range_selection (BounceTarget target, bool enable_processing)
|
|||
playlist->add_region (copy, start);
|
||||
} else if (target == NewTrigger) {
|
||||
rtv->track ()->triggerbox ()->set_from_selection (trigger_slot, r);
|
||||
rtv->track ()->presentation_info ().set_trigger_track (true);
|
||||
}
|
||||
|
||||
vector<Command*> cmds;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue