Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-plenty.

LOADING 2.X SESSIONS WITH THIS COMMIT IN PLACE WILL (PROBABLY) CORRUPT THE .ardour FILE,
MAKING THE SESSION UNLOADABLE ON 2.X AND LOSING INFORMATION.

So don't do that unless you make a backup of the session file first.



git-svn-id: svn://localhost/ardour2/branches/3.0@5786 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-10-15 00:57:55 +00:00
parent 09efd82c6a
commit 79f91c7a20
131 changed files with 907 additions and 270 deletions

View file

@ -44,7 +44,7 @@ class OSCControllable : public PBD::Stateful
lo_address address() const { return addr; }
XMLNode& get_state ();
int set_state (const XMLNode& node);
int set_state (const XMLNode& node, int version = 3000);
protected:
boost::shared_ptr<PBD::Controllable> controllable;