From 425cdb7e480f7d5eb1be1525618f609603df0042 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 19 Jan 2017 13:04:41 +0100 Subject: [PATCH] GUI: use new preroll-rec + trim mode --- gtk2_ardour/editor_ops.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc index 349cf584da..f9f6875d20 100644 --- a/gtk2_ardour/editor_ops.cc +++ b/gtk2_ardour/editor_ops.cc @@ -2668,6 +2668,7 @@ Editor::rec_with_preroll () { framepos_t ph = playhead_cursor->current_frame (); framepos_t preroll = _session->preroll_samples (ph); + _session->request_preroll_record_trim (ph, preroll); }