GUI: use new preroll-rec + trim mode

This commit is contained in:
Robin Gareus 2017-01-19 13:04:41 +01:00
parent 8fba1cacd7
commit 425cdb7e48
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}