start reordering of Session initialization
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 10 Sep 2013 02:40:54 +0000 (22:40 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 10 Sep 2013 02:40:54 +0000 (22:40 -0400)
commit19d05fa4366251cf1a4fcbe2b2a405b222f9533b
treeece7113888142b9ac1213a9d9f8a6bf73e22d0f3
parentbea54346391bcb575fbb2fc4d40d632dee125e05
start reordering of Session initialization

the goal is to allow a clear demarcation of where we need
the audioengine and have existing data parameters (e.g. sample rate)
for the session so that we can coerce the engine (if possible)
to match to session values.

also, to rationalize construction even more and use C++
constructor syntax as much as possible.
libs/ardour/session.cc
libs/ardour/session_state.cc