mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-26 15:08:17 +01:00
make comment more accurate
This commit is contained in:
parent
5c9e7b8234
commit
ba4e7015de
1 changed files with 3 additions and 1 deletions
|
|
@ -679,7 +679,9 @@ Session::start_transport ()
|
|||
bool
|
||||
Session::should_roll_after_locate () const
|
||||
{
|
||||
/* a locate must previously have been requested and completed */
|
||||
/* a locate must previously have been requested and completed before
|
||||
* this answer can be considered correct
|
||||
*/
|
||||
|
||||
return ((!config.get_external_sync() && (auto_play_legal && config.get_auto_play())) && !_exporting) || (post_transport_work() & PostTransportRoll);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue