ed
a1ff4eec6a
VST: Renamed ComSmartPtr -> VSTComSmartPtr to avoid confusion with existing class in juce_core
4 years ago
ed
cc9fdc3d6a
VST3: Added explicit check for current program value in setComponentState() so it is recalled correctly when loading
4 years ago
ed
9a127e32e4
VST3: Added explicit check for current program value in setComponentState() so it is recalled correctly when loading
4 years ago
Tom Poole
9cc7e40c86
Updated some documentation
4 years ago
reuk
2a199d5225
AUv3: Fix hangs loading multiple AUv3 instances in Logic
4 years ago
reuk
586ab8927d
Fix warnings when building in C++20 mode
4 years ago
Tom Poole
2553336f45
Bump version number to 6.0.7
4 years ago
Tom Poole
25dccd53c0
Bump version number to 6.0.6
4 years ago
ed
2b3d0c05f5
VST3: Fixed program parameter automation not being recorded in Live
4 years ago
ed
dd1ec144c4
VST3: Add AudioProcessorParameter behind the scenes in the VST3 wrapper to manage program parameter changes
4 years ago
ed
0715b7ebdd
VST3: Wrap program parameter changes in begin/endEdit() calls to ensure that automation data is recorded correctly
4 years ago
ed
3ff966603e
VST3: Update program parameter when current program is changed
4 years ago
Tom Poole
1fbd6dff9b
VST3: Fixed invalid AudioProcessorParameterGroup unit IDs
4 years ago
Tom Poole
5929103a29
Bump version number to 6.0.5
4 years ago
Tom Poole
761eb566f5
Fixed some compiler warnings
4 years ago
Tom Poole
8070fa0ec4
Fixed some compiler warnings
4 years ago
Tom Poole
d1bb4d61f0
AAX: Fixes an Xcode compiler warning
Ignore tautological-overlap-compare in the AAX headers
4 years ago
Tom Poole
a357e548a3
AAX: Fixes an Xcode compiler warning
Ignore tautological-overlap-compare in the AAX headers
4 years ago
ed
b7e28541ca
Replaced deprecated Displays methods
4 years ago
reuk
0d96ec9baf
AppConfig: Ensure AppConfig is always included in plugin wrappers
Previously, the `JUCE_APP_CONFIG_HEADER` macro wasn't being defined/included
in some of the wrapper files, which meant that there was a danger of these
files building without important JucePlugin_Build_* macros defined.
4 years ago
Tom Poole
c35bb61c8d
Bump version number to 6.0.4
4 years ago
ed
c492da9971
AUv3: Normalise incoming realtime parameter changes
4 years ago
Tom Poole
73d1a1ff45
Bump version number to 6.0.3
4 years ago
Tom Poole
c9aba7f613
Bump version number to 6.0.2
4 years ago
reuk
fd8ba2deda
VST2: Allow VST2 plugins to build for win32 with LLVM
4 years ago
reuk
90664b42df
VST3: Fix issue where aftertouch messages from the host were incorrectly converted to LegacyMIDICCOut messages
4 years ago
ed
333f98d204
Squashed some compiler warnings with -Wmissing-prototypes enabled
4 years ago
ed
9f68aff35b
macOS: Fixed some symbol clashes when building 32-bit plug-ins
4 years ago
ed
ccfee61773
iOS: Removed some unused deployment target checks
4 years ago
ed
757556d1ac
Fixed a positioning bug in the standalone plug-in window
4 years ago
ed
c8a416f476
Obj-C++: Added obc_msgSendSuper_stret overloads for ObjCMsgSendSuper() and refactored the superclass messaging a bit
4 years ago
ed
dc8145fe6a
Fixed a potential infinite resize loop when using the standalone plug-in window with a transformed editor
4 years ago
juce-team
f9f5caa5cc
macOS 11: Fix function pointer conversions
4 years ago
ed
6aeb9d7dda
Bump version number to 6.0.1
4 years ago
ed
e19b1bde71
VST3: Don't remove content wrapper component from desktop before destroying on Linux
4 years ago
ed
744e16eebd
Fixed some Doxygen parsing issues
4 years ago
ed
31022e4521
VST3: Fixed some build errors and warnings with JUCE_VST3_CAN_REPLACE_VST2=1 on Linux
4 years ago
reuk
422e4a0083
VST3: Fix link of 32-bit plugins
4 years ago
reuk
394c4fd475
Clang: Fix warnings when building with clang 10
4 years ago
reuk
286bb40a9e
Clang: Ensure that the VST3 entry point is exported when building with Clang on Windows
4 years ago
reuk
3c15dc79de
Clang: Fix some preprocessor defs on windows
4 years ago
ed
a2d1fc412a
VST3: Return correct count for MIDI input/output buses in getBusCount() and enable/disable them based on activateBus() calls
4 years ago
ed
009d685179
Updated all license headers
4 years ago
ed
67925d384f
Updated main README with CMake support info and changed docs extension from .txt to .md
4 years ago
ed
fa4fde08ec
Fixed some documentation issues
4 years ago
ed
51fe471461
VST3: Only call restartComponent() with necessary flags
4 years ago
ed
6a5d554451
VST3: Only call restartComponent() with necessary flags
4 years ago
ed
b5214a341e
Normalised lambda whitespace
5 years ago
ed
d510b73cdf
Normalised all whitespace before args in std::function
5 years ago
reuk
b5dac7968f
Xcode: Fix ambiguous symbol errors in VST3 wrapper
The missing CoreFoundation include was causing issues when building
VST3 plugin-hosts.
5 years ago