Fix non-update of _transport_frame
git-svn-id: svn://localhost/ardour2/branches/3.0@5142 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -385,6 +385,7 @@ Session::process_with_events (nframes_t nframes)
|
||||
while (nframes) {
|
||||
|
||||
this_nframes = nframes; /* real (jack) time relative */
|
||||
frames_moved = (long) floor (_transport_speed * nframes); /* transport relative */
|
||||
|
||||
/* running an event, position transport precisely to its time */
|
||||
if (this_event && this_event->action_frame <= end_frame && this_event->action_frame >= _transport_frame) {
|
||||
|
||||
Reference in New Issue
Block a user