mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
remove debug output
This commit is contained in:
parent
8bdab38d43
commit
29416edbbf
1 changed files with 0 additions and 5 deletions
|
|
@ -366,9 +366,7 @@ Surface::init_strips (uint32_t n)
|
||||||
void
|
void
|
||||||
Surface::master_monitor_may_have_changed ()
|
Surface::master_monitor_may_have_changed ()
|
||||||
{
|
{
|
||||||
std::cerr << "MMmhc\n";
|
|
||||||
setup_master ();
|
setup_master ();
|
||||||
std::cerr << " done\n";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
@ -423,7 +421,6 @@ Surface::master_gain_changed ()
|
||||||
|
|
||||||
boost::shared_ptr<AutomationControl> ac = _master_fader->control();
|
boost::shared_ptr<AutomationControl> ac = _master_fader->control();
|
||||||
if (!ac) {
|
if (!ac) {
|
||||||
std::cerr << "no control!\n";
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -434,8 +431,6 @@ Surface::master_gain_changed ()
|
||||||
|
|
||||||
DEBUG_TRACE (DEBUG::MackieControl, "Surface::master_gain_changed: updating surface master fader\n");
|
DEBUG_TRACE (DEBUG::MackieControl, "Surface::master_gain_changed: updating surface master fader\n");
|
||||||
|
|
||||||
std::cerr << "send " << normalized_position << std::endl;
|
|
||||||
|
|
||||||
_port->write (_master_fader->set_position (normalized_position));
|
_port->write (_master_fader->set_position (normalized_position));
|
||||||
_last_master_gain_written = normalized_position;
|
_last_master_gain_written = normalized_position;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue