Tom Poole
1fbd6dff9b
VST3: Fixed invalid AudioProcessorParameterGroup unit IDs
2020-12-21 10:50:57 +00:00
Tom Poole
5929103a29
Bump version number to 6.0.5
2020-12-01 10:08:50 +00:00
Tom Poole
8070fa0ec4
Fixed some compiler warnings
2020-11-03 14:01:49 +00:00
Tom Poole
a357e548a3
AAX: Fixes an Xcode compiler warning
...
Ignore tautological-overlap-compare in the AAX headers
2020-10-31 08:29:25 +00:00
ed
b7e28541ca
Replaced deprecated Displays methods
2020-10-27 12:38:59 +00:00
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.
2020-10-20 10:16:13 +01:00
Tom Poole
c35bb61c8d
Bump version number to 6.0.4
2020-10-14 11:40:30 +01:00
ed
c492da9971
AUv3: Normalise incoming realtime parameter changes
2020-10-09 14:46:23 +01:00
Tom Poole
73d1a1ff45
Bump version number to 6.0.3
2020-10-05 18:33:04 +01:00
Tom Poole
c9aba7f613
Bump version number to 6.0.2
2020-10-05 17:05:28 +01:00
reuk
fd8ba2deda
VST2: Allow VST2 plugins to build for win32 with LLVM
2020-09-25 19:46:40 +01:00
reuk
90664b42df
VST3: Fix issue where aftertouch messages from the host were incorrectly converted to LegacyMIDICCOut messages
2020-09-24 12:48:29 +01:00
ed
333f98d204
Squashed some compiler warnings with -Wmissing-prototypes enabled
2020-08-27 14:13:58 +01:00
ed
9f68aff35b
macOS: Fixed some symbol clashes when building 32-bit plug-ins
2020-08-12 17:02:34 +01:00
ed
ccfee61773
iOS: Removed some unused deployment target checks
2020-07-20 17:17:53 +01:00
ed
757556d1ac
Fixed a positioning bug in the standalone plug-in window
2020-07-10 17:50:23 +01:00
ed
c8a416f476
Obj-C++: Added obc_msgSendSuper_stret overloads for ObjCMsgSendSuper() and refactored the superclass messaging a bit
2020-07-10 17:50:05 +01:00
ed
dc8145fe6a
Fixed a potential infinite resize loop when using the standalone plug-in window with a transformed editor
2020-07-08 17:47:10 +01:00
juce-team
f9f5caa5cc
macOS 11: Fix function pointer conversions
2020-07-08 09:58:01 +01:00
ed
6aeb9d7dda
Bump version number to 6.0.1
2020-07-07 12:47:58 +01:00
ed
e19b1bde71
VST3: Don't remove content wrapper component from desktop before destroying on Linux
2020-07-06 14:10:49 +01:00
ed
744e16eebd
Fixed some Doxygen parsing issues
2020-07-03 17:18:35 +01:00
ed
31022e4521
VST3: Fixed some build errors and warnings with JUCE_VST3_CAN_REPLACE_VST2=1 on Linux
2020-07-03 16:30:28 +01:00
reuk
422e4a0083
VST3: Fix link of 32-bit plugins
2020-07-03 11:09:05 +01:00
reuk
394c4fd475
Clang: Fix warnings when building with clang 10
2020-07-01 10:00:43 +01:00
reuk
286bb40a9e
Clang: Ensure that the VST3 entry point is exported when building with Clang on Windows
2020-07-01 10:00:43 +01:00
reuk
3c15dc79de
Clang: Fix some preprocessor defs on windows
2020-07-01 10:00:43 +01:00
ed
a2d1fc412a
VST3: Return correct count for MIDI input/output buses in getBusCount() and enable/disable them based on activateBus() calls
2020-06-30 17:33:48 +01:00
ed
009d685179
Updated all license headers
2020-06-29 08:30:22 +01:00
ed
67925d384f
Updated main README with CMake support info and changed docs extension from .txt to .md
2020-06-29 08:30:00 +01:00
ed
fa4fde08ec
Fixed some documentation issues
2020-06-27 11:41:10 +01:00
ed
6a5d554451
VST3: Only call restartComponent() with necessary flags
2020-06-24 10:03:08 +01:00
ed
b5214a341e
Normalised lambda whitespace
2020-06-05 09:37:56 +01:00
ed
d510b73cdf
Normalised all whitespace before args in std::function
2020-06-05 09:37:49 +01:00
reuk
b5dac7968f
Xcode: Fix ambiguous symbol errors in VST3 wrapper
...
The missing CoreFoundation include was causing issues when building
VST3 plugin-hosts.
2020-06-02 20:02:29 +01:00
ed
40ab91dea4
macOS: Fixed an issue in FakeMouseMoveGenerator when a global scale factor is applied
2020-05-29 16:55:56 +01:00
ed
351c5142e5
AAX: Resize host window correctly when global scale != 1
2020-05-29 16:55:56 +01:00
ed
73e4cb832d
AU: Resize host window correctly when global scale != 1
2020-05-28 09:49:29 +01:00
ed
5d9eb7ee1f
Whitespace
2020-05-28 09:49:29 +01:00
ed
fb34363c0a
VST3: Fixed some alignment warnings when loading VST2-compatible state data
2020-05-28 09:48:50 +01:00
ed
b8f8a1781d
AU: Ignore implicit fallthrough warning when including AU headers
2020-05-27 12:11:27 +01:00
ed
b57509c4a2
Removed some cross-module relative includes
2020-05-22 16:46:52 +01:00
ed
2bfed0b354
Removed some unnecessary JUCE_MODULE_AVAILABLE_* checks
2020-05-22 16:46:52 +01:00
ed
77787bd3ae
VST: Query host window scale factor when opening editor window
2020-05-22 11:47:05 +01:00
ed
a8b6066187
Linux: Use host scaling for VST plug-ins on hiDPI screens
2020-05-18 14:05:54 +01:00
reuk
0e9fb915fa
CMake: Add Wpedantic as a recommended warning flag
2020-05-14 14:36:09 +01:00
ed
fb030ade16
VST: Resize host window when global scale factor is changed
2020-05-07 14:37:33 +01:00
reuk
f49b3733ec
Warnings: Silence some GCC warnings
2020-05-05 12:28:47 +01:00
ed
3bca5221ff
VST3: Check if plugFrame is still valid in Linux fd callback to fix issue with hosts deleting plugFrame before calling removed()
2020-04-29 11:07:57 +01:00
ed
428a7caf55
AAX: Fixed some warnings in the AAX wrapper
2020-04-28 10:13:46 +01:00