Tom Poole
2ec861d99e
Update licensing banners to JUCE 7
3 years ago
Tom Poole
dea3fe60e4
Update copyright banners
3 years ago
reuk
d232eb90d6
AudioPluginHost: Allow multibus configurations to be set on internal plugins
3 years ago
Tom Poole
fc8eacbf5b
Fix a string comparison in c064b0c
3 years ago
Tom Poole
c064b0c604
AudioPluginHost: Embed the assets required for internal plug-ins
3 years ago
ed
b9542ccc4c
Update code to use C++14 [[deprecated]] attribute
This commit removes the various compiler-specific JUCE_DEPRECATED macros and replaces them with C++14's deprecated attribute. It also removes the JUCE_CATCH_DEPRECATED_CODE_MISUSE flag as we can rely on the override specifier catching usage of these old virtual methods, and tidies up the DOXYGEN preprocessor checks as they were inconsistent across the codebase.
3 years ago
reuk
9549f8c95e
AudioPluginHost: Try to find matching plugins by uniqueId if loading initially fails
4 years ago
reuk
041da08474
VST3: Add a new PluginDescription::uniqueId field
4 years ago
ed
7b6d6d55cb
AudioPluginHost: Fixed backwards compatibility with old internal plug-in names
4 years ago
ed
009d685179
Updated all license headers
4 years ago
reuk
2f45814bfc
Examles: Fix some more warnings
5 years ago
Tom Poole
894e7d2bd2
Updated all license headers
5 years ago
Tom Poole
2d16374b14
Updated all license headers
5 years ago
reuk
f20b93a458
AudioPluginHost: Include example plugins in project
This change adds the examples from `examples/Plugins` to the
AudioPluginHost, surfacing them as 'internal' plugins in the popup menu.
5 years ago
reuk
8433c098b9
MIDI: Add Midi Logger plugin demo PIP
We also build this into the AudioPluginHost, as a convenient way to
check the midi outputs of plugins and devices.
5 years ago
reuk
327f817b9b
Copyrights: Update commercial/gpl headers to be gpl-only
5 years ago
ed
7d330ab782
Always #include JuceHeader.h from the include search path
5 years ago
ed
4b118bb45b
Added a MIDI output node to the AudioPluginHost
5 years ago
jules
18bb120179
Did some long-overdue renaming of "filter" -> "plugin" in the AudioPluginHost demo
5 years ago
jules
6b82c964cd
Refactored AudioPluginFormat::createPluginInstance to use lambdas for the callback
6 years ago
Tom Poole
16dd26649a
Fixed some GCC compiler warnings and removed deprecated functions
6 years ago
ed
92a9c37bac
Deprecated some thread unsafe methods in KnownPluginList and modernised the interface a bit
6 years ago
Tom Poole
e79941ca57
Changed the manufacturer name of the internal plug-in host nodes
6 years ago
jules
f3e1e52c88
Cleaned up some audio plugin creation function prototypes
7 years ago
ed
5527cd8ca1
Add Android and iOS support to AudioPluginHost
7 years ago