Fix "session dirty" flicker during session-setup.
authorRobin Gareus <robin@gareus.org>
Mon, 30 Jul 2018 15:32:03 +0000 (17:32 +0200)
committerRobin Gareus <robin@gareus.org>
Mon, 30 Jul 2018 15:47:29 +0000 (17:47 +0200)
commit592496eb093ffa0ce19dcc189adb04ff602af582
treee327f0b740fdef97a28360f4492426a4af9bc73d
parente951a55d02178395692e4f86385d41c8ffac5f47
Fix "session dirty" flicker during session-setup.

Loading a session includes setting the sync-source, this is queued
to happen during process(), which may or may not be while Session::Loading
is still set.

This change only catches the common case: internal transport, no slave.
libs/ardour/session_transport.cc