subtle changes to accomplish two goals (1) playhead should stop where the user pressed stopped (2) captured regions should end where the playhead ends

This commit is contained in:
Paul Davis 2014-10-10 13:22:45 -04:00
parent d1e303247b
commit fa9780ba67
10 changed files with 127 additions and 93 deletions

View file

@ -192,7 +192,7 @@ Session::process_export_fw (pframes_t nframes)
{
if (!_export_started) {
_export_started = true;
set_transport_speed (1.0, false);
set_transport_speed (1.0, 0, false);
butler_transport_work ();
g_atomic_int_set (&_butler->should_do_transport_work, 0);
post_transport ();