13
0

Fix gmsynth detection

Previously this worked since gmsynth was sorted after reasonably synth
This commit is contained in:
Robin Gareus 2018-12-08 17:04:32 +01:00
parent 65bda27d42
commit d314a510f6
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -153,7 +153,7 @@ InstrumentSelector::build_instrument_list()
_reasonable_synth_id = n;
}
if (p->unique_id == "http://gareus.org/oss/lv2/gmsynth") {
_reasonable_synth_id = n;
_gmsynth_id = n;
}
prev = p->name;
n++;