1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-03 03:30:06 +00:00
JUCE/modules/juce_audio_processors
reuk 12df164127
Allow VST and LADSPA plugins to load properly from old PluginDescriptions
Old PluginDescriptions may only have the `deprecatedUid` field set, with
the `uniqueId` field set to 0. In this case, the uniqueId should be
ignored, and the deprecatedUid used instead.
2021-05-04 21:02:54 +01:00
..
format Allow use of an external VST3 SDK on BSD 2021-04-01 08:39:25 +01:00
format_types Allow VST and LADSPA plugins to load properly from old PluginDescriptions 2021-05-04 21:02:54 +01:00
processors PluginDescription: Also check deprecatedUid when matching plugin identifier strings 2021-04-22 14:28:52 +01:00
scanning XmlElement: Update loops to use new iterators 2021-01-28 20:14:11 +00:00
utilities PluginHostType: Added Adobe Audition on macOS 2021-04-22 12:16:25 +01:00
juce_audio_processors.cpp Allow use of an external VST3 SDK on BSD 2021-04-01 08:39:25 +01:00
juce_audio_processors.h VST3: Add a new PluginDescription::uniqueId field 2021-04-07 15:14:20 +01:00
juce_audio_processors.mm Updated all license headers 2020-06-29 08:30:22 +01:00