mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-21 12:55:57 +01:00
trigger recording length selector now sets trigger capture duration
This commit is contained in:
parent
551160cb75
commit
d53fa4bee4
1 changed files with 4 additions and 1 deletions
|
|
@ -745,7 +745,10 @@ CueEditor::set_recording_length (Temporal::BBT_Offset dur)
|
|||
}
|
||||
|
||||
length_selector.set_active (label);
|
||||
rec_length = dur;
|
||||
|
||||
if (ref.trigger()) {
|
||||
ref.trigger()->set_capture_duration (dur);
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue