13
0

disable Midi Audition Synth if it cannot be found

no repetitive messages.
This commit is contained in:
Robin Gareus 2014-09-10 16:55:49 +02:00
parent b5b080d2dd
commit 2498495523

View File

@ -96,6 +96,7 @@ Auditioner::lookup_synth ()
warning << _("Falling back to Reasonable Synth for Midi Audition") << endmsg;
} else {
warning << _("No synth for midi-audition found.") << endmsg;
Config->set_midi_audition_synth_uri(""); // Don't check again for Reasonable Synth (ie --no-lv2)
}
}
if (p) {