mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +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
|
|
@ -323,7 +323,7 @@ GenericMidiControlProtocol::get_state ()
|
|||
}
|
||||
|
||||
int
|
||||
GenericMidiControlProtocol::set_state (const XMLNode& node)
|
||||
GenericMidiControlProtocol::set_state (const XMLNode& node, int version)
|
||||
{
|
||||
XMLNodeList nlist;
|
||||
XMLNodeConstIterator niter;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue