midi-audition-synth-uri is deprecated (libardour part).
This commit is contained in:
parent
0971e785a3
commit
08f51e72d5
@ -141,7 +141,7 @@ CONFIG_VARIABLE (std::string, monitor_bus_preferred_bundle, "monitor-bus-preferr
|
||||
CONFIG_VARIABLE (bool, quieten_at_speed, "quieten-at-speed", true)
|
||||
|
||||
CONFIG_VARIABLE (bool, link_send_and_route_panner, "link-send-and-route-panner", true)
|
||||
CONFIG_VARIABLE (std::string, midi_audition_synth_uri, "midi-audition-synth-uri", "@default@")
|
||||
CONFIG_VARIABLE (std::string, midi_audition_synth_uri, "midi-audition-synth-uri", "@default@") /*deprecated*/
|
||||
|
||||
/* click */
|
||||
|
||||
|
@ -120,7 +120,6 @@ Auditioner::lookup_fallback_synth ()
|
||||
|
||||
if (!nfo) {
|
||||
warning << _("No synth for midi-audition found.") << endmsg;
|
||||
Config->set_midi_audition_synth_uri(""); // Don't check again for Reasonable Synth
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user