Fix order of [initial] latency-computation
authorRobin Gareus <robin@gareus.org>
Fri, 22 Sep 2017 22:11:21 +0000 (00:11 +0200)
committerRobin Gareus <robin@gareus.org>
Fri, 22 Sep 2017 22:34:01 +0000 (00:34 +0200)
commit25f45022db58633dd8e2fec6844157b44fe71428
treefe8c472766ffa81565dc64ae15baff2b672f8ae9
parentc681e9d4d7e539b0a385ae7d7a405940f3e0e895
Fix order of [initial] latency-computation

Session::post_playback_latency() sets the actual route latency,
so that playback latency notifications need to come after capture-
latency (backends follow the same rule: capture first).

NB. Session::initialize_latencies() was already using the correct order
libs/ardour/session.cc