mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Fix gmsynth detection
Previously this worked since gmsynth was sorted after reasonably synth
This commit is contained in:
parent
65bda27d42
commit
d314a510f6
1 changed files with 1 additions and 1 deletions
|
|
@ -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++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue