mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
solo models work again (amazing how hard this was); remove crufty debug output; remove scrollbars on editor (and temporarily lose zoom controls)
git-svn-id: svn://localhost/ardour2/branches/3.0@5207 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
34930fc8cf
commit
1e8047f0ed
15 changed files with 182 additions and 119 deletions
|
|
@ -152,10 +152,7 @@ Processor::set_state (const XMLNode& node)
|
|||
// may not exist for legacy 3.0 sessions
|
||||
if ((prop = node.property ("id")) != 0) {
|
||||
_id = prop->value();
|
||||
cerr << "---------------- ID for processor " << name() << " = " << _id << endl;
|
||||
} else {
|
||||
cerr << "---------------- NO ID for processor " << name() << endl;
|
||||
}
|
||||
}
|
||||
|
||||
XMLNodeList nlist = node.children();
|
||||
XMLNodeIterator niter;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue