mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 20:26:30 +01:00
PM: allow to cancel AU discovery, continue to scan
This commit is contained in:
parent
5e1f2d21f8
commit
002f7f76e2
1 changed files with 1 additions and 1 deletions
|
|
@ -1400,7 +1400,7 @@ PluginManager::au_refresh (bool cache_only)
|
|||
for (std::vector<AUv2DescStr>::const_iterator i = audesc.begin (); i != audesc.end (); ++i, ++n) {
|
||||
reset_scan_cancel_state (true);
|
||||
ARDOUR::PluginScanMessage (string_compose (_("AUv2 (%1 / %2)"), n, all_modules), i->to_s(), !cache_only && !cancelled());
|
||||
auv2_discover (*i, cache_only);
|
||||
auv2_discover (*i, cache_only || cancelled ());
|
||||
}
|
||||
|
||||
for (PluginInfoList::iterator i = _au_plugin_info->begin(); i != _au_plugin_info->end(); ++i) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue