1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-28 02:30:05 +00:00
JUCE/modules/juce_audio_processors/scanning
2019-05-15 11:02:03 +01:00
..
juce_KnownPluginList.cpp Added some overloads to OwnedArray to let items be added from std::unique_ptrs. Also removed OwnedArray::addIfNotAlreadyThere because it's ambiguous about whether the object should be deleted if it fails to be added! 2019-05-15 11:02:03 +01:00
juce_KnownPluginList.h Another batch of conversion of methods which returned bare XmlElement* to return unique_ptrs 2019-05-15 11:02:03 +01:00
juce_PluginDirectoryScanner.cpp Added options to PluginListComponent and PluginDirectoryScanner to allow scanning of a specific set of files 2018-01-31 15:12:37 +00:00
juce_PluginDirectoryScanner.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_PluginListComponent.cpp Tweaked the re-entrancy check on the PluginListComponent scan 2019-03-15 12:42:04 +00:00
juce_PluginListComponent.h Changes to avoid some clang warnings 2019-01-18 08:59:28 +00:00