mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 23:46:20 +01:00
fix AU preset list
Don't require user-presets to be present in order to include factory presets
This commit is contained in:
parent
daf02e8c73
commit
4bd66dd17c
1 changed files with 0 additions and 1 deletions
|
|
@ -2289,7 +2289,6 @@ AUPlugin::find_presets ()
|
|||
|
||||
if (preset_files.empty()) {
|
||||
DEBUG_TRACE (DEBUG::AudioUnits, "AU No Preset Files found for given plugin.\n");
|
||||
return;
|
||||
}
|
||||
|
||||
for (vector<string>::iterator x = preset_files.begin(); x != preset_files.end(); ++x) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue