Slightly modified version of lincoln's patch for #2567. Thanks!
git-svn-id: svn://localhost/ardour2/branches/3.0@4708 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
1f81c127fe
commit
737ce09ef0
@ -643,14 +643,13 @@ Session::start_locate (nframes_t target_frame, bool with_roll, bool with_flush,
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* XXX: not sure if this should be emitted here; perhaps it should happen
|
|
||||||
when the slave is actually followed */
|
|
||||||
Located (); /* EMIT SIGNAL */
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
locate (target_frame, with_roll, with_flush, with_loop);
|
locate (target_frame, with_roll, with_flush, with_loop);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* XXX: not sure if this should be emitted here in the synced_to_jack () case;
|
||||||
|
* perhaps it should happen when the slave is actually followed */
|
||||||
|
Located (); /* EMIT SIGNAL */
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
|
Loading…
Reference in New Issue
Block a user