# HG changeset patch # User Chris Cannam # Date 1477405961 -3600 # Node ID 8e4b90aeefaa58a1744f0291768ce03e1652f3a1 # Parent e6c798c9bc91675d19aeb8dc9692f22ea5f28df9 Tidying diff -r e6c798c9bc91 -r 8e4b90aeefaa widgets/UnitConverter.cpp --- a/widgets/UnitConverter.cpp Tue Oct 25 15:29:01 2016 +0100 +++ b/widgets/UnitConverter.cpp Tue Oct 25 15:32:41 2016 +0100 @@ -325,7 +325,7 @@ int note, octave; Pitch::getNoteAndOctaveForPitch(pitch, note, octave); - cerr << "pitch " << pitch << " note " << note << " octave " << octave << " cents " << cents << endl; +// cerr << "pitch " << pitch << " note " << note << " octave " << octave << " cents " << cents << endl; setTo(m_midi, pitch); setTo(m_cents, cents); @@ -387,7 +387,7 @@ double samples = m_samples->value(); double rate = getSampleRate(); - cerr << samples << " samples at rate " << rate << endl; +// cerr << samples << " samples at rate " << rate << endl; double sec = samples / rate; double hz = rate / samples;