mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-14 02:26:39 +01:00
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:
parent
d1e303247b
commit
fa9780ba67
10 changed files with 127 additions and 93 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue