mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
remove a bunch of cerr output and/or convert to use error<<
git-svn-id: svn://localhost/ardour2/branches/3.0@13477 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
06fa1b73e5
commit
98834c0532
13 changed files with 24 additions and 46 deletions
|
|
@ -305,10 +305,9 @@ PatchChangeDialog::patch_combo_changed ()
|
|||
for (MIDI::Name::PatchBank::PatchNameList::const_iterator j = patches.begin(); j != patches.end(); ++j) {
|
||||
string n = (*j)->name ();
|
||||
boost::replace_all (n, "_", " ");
|
||||
std::cerr << "Looking for " << n << " vs " << _patch_combo.get_active_text() << std::endl;
|
||||
|
||||
if (n == _patch_combo.get_active_text ()) {
|
||||
_ignore_signals = true;
|
||||
std::cerr << " reset pgm number to " << (int) (*j)->program_number() << std::endl;
|
||||
_program.set_value ((*j)->program_number() + 1);
|
||||
_ignore_signals = false;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue