mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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:
parent
09efd82c6a
commit
79f91c7a20
131 changed files with 907 additions and 270 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue