MCP: remove debug output
git-svn-id: svn://localhost/ardour2/branches/3.0@12073 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3cbb05cbe9
commit
0c026a6dc5
@ -216,6 +216,8 @@ Strip::set_route (boost::shared_ptr<Route> r, bool with_messages)
|
|||||||
if ((a = automatable.find (PanWidthAutomation)) != automatable.end()) {
|
if ((a = automatable.find (PanWidthAutomation)) != automatable.end()) {
|
||||||
current_pot_modes.push_back (PanWidthAutomation);
|
current_pot_modes.push_back (PanWidthAutomation);
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
std::cerr << "connected to route without a panner\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -556,8 +556,6 @@ Surface::zero_all ()
|
|||||||
{
|
{
|
||||||
// TODO turn off Timecode displays
|
// TODO turn off Timecode displays
|
||||||
|
|
||||||
std::cerr << "Surface " << number() << " ZERO\n";
|
|
||||||
|
|
||||||
// zero all strips
|
// zero all strips
|
||||||
for (Strips::iterator it = strips.begin(); it != strips.end(); ++it) {
|
for (Strips::iterator it = strips.begin(); it != strips.end(); ++it) {
|
||||||
(*it)->zero();
|
(*it)->zero();
|
||||||
|
Loading…
Reference in New Issue
Block a user