mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 04:06:26 +01:00
remove debug output
This commit is contained in:
parent
daab42f209
commit
201c5825ac
1 changed files with 0 additions and 18 deletions
|
|
@ -1597,24 +1597,6 @@ Session::load_routes (const XMLNode& node, int version)
|
||||||
|
|
||||||
BootMessage (_("Finished adding tracks/busses"));
|
BootMessage (_("Finished adding tracks/busses"));
|
||||||
|
|
||||||
boost::shared_ptr<Route> r;
|
|
||||||
uint32_t n = nroutes ();
|
|
||||||
|
|
||||||
for (uint32_t nn = 0; nn < n + 1; ++nn) {
|
|
||||||
r = get_remote_nth_route (nn);
|
|
||||||
if (r) {
|
|
||||||
std::cerr << "Nth-route = " << r->name() << endl;
|
|
||||||
} else {
|
|
||||||
std::cerr << "Nth-route: undefined\n";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
boost::shared_ptr<Stripable> s;
|
|
||||||
s = get_remote_nth_stripable (0, PresentationInfo::MasterOut);
|
|
||||||
std::cerr << " Master = " << s << std::endl;
|
|
||||||
s = get_remote_nth_stripable (0, PresentationInfo::MonitorOut);
|
|
||||||
std::cerr << " Monitor = " << s << std::endl;
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue