git-svn-id: svn://localhost/ardour2/branches/3.0@4574 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard
2009-02-15 02:14:23 +00:00
parent 0d7936d823
commit 67ce82c9b4
3 changed files with 8 additions and 9 deletions

View File

@@ -2333,7 +2333,7 @@ IO::set_gain (gain_t val, void *src)
val = 1.99526231f;
}
cerr << "set desired gain to " << val << " when curgain = " << _gain_control->get_value () << endl;
//cerr << "set desired gain to " << val << " when curgain = " << _gain_control->get_value () << endl;
if (src != _gain_control.get()) {
_gain_control->set_value(val);

View File

@@ -89,7 +89,7 @@ SMF::open(const std::string& path, int track) THROW_FILE_ERROR
if (!_smf_track)
return -2;
cerr << "Track " << track << " # events: " << _smf_track->number_of_events << endl;
//cerr << "Track " << track << " # events: " << _smf_track->number_of_events << endl;
if (_smf_track->number_of_events == 0) {
_smf_track->next_event_number = 0;
_empty = true;