mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-31 19:07:43 +01:00
AU fix potential endless loop during discovery
This commit is contained in:
parent
7a1baeee79
commit
ee0826c823
1 changed files with 1 additions and 0 deletions
|
|
@ -2346,6 +2346,7 @@ AUPluginInfo::discover_by_description (PluginInfoList& plugs, CAComponentDescrip
|
|||
case kAudioUnitType_Panner:
|
||||
case kAudioUnitType_OfflineEffect:
|
||||
case kAudioUnitType_FormatConverter:
|
||||
comp = FindNextComponent (comp, &desc);
|
||||
continue;
|
||||
|
||||
case kAudioUnitType_Output:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue