mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
remove some debug output messages
This commit is contained in:
parent
28d692b490
commit
ccc81f05be
2 changed files with 0 additions and 6 deletions
|
|
@ -4150,8 +4150,6 @@ ARDOUR_UI::launch_audio_midi_setup ()
|
|||
int
|
||||
ARDOUR_UI::do_audio_midi_setup (uint32_t desired_sample_rate)
|
||||
{
|
||||
cerr << "DO-AMS\n";
|
||||
|
||||
launch_audio_midi_setup ();
|
||||
|
||||
_audio_midi_setup->set_desired_sample_rate (desired_sample_rate);
|
||||
|
|
|
|||
|
|
@ -1061,10 +1061,8 @@ AudioEngine::start_latency_detection ()
|
|||
_latency_signal_latency = 0;
|
||||
lr = pe.get_latency_range (_latency_input_port, false);
|
||||
_latency_signal_latency = lr.max;
|
||||
cerr << "Input port lm = " << lr.max;
|
||||
lr = pe.get_latency_range (_latency_output_port, true);
|
||||
_latency_signal_latency += lr.max;
|
||||
cerr << " output port lm = " << lr.max << endl;
|
||||
|
||||
/* all created and connected, lets go */
|
||||
|
||||
|
|
@ -1077,8 +1075,6 @@ AudioEngine::start_latency_detection ()
|
|||
void
|
||||
AudioEngine::stop_latency_detection ()
|
||||
{
|
||||
cerr << "Stop LD\n";
|
||||
|
||||
_measuring_latency = false;
|
||||
|
||||
port_engine().unregister_port (_latency_output_port);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue