1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
Commit graph

1001 commits

Author SHA1 Message Date
Tom Poole
3b5b1e49ad Bump version number to 6.0.2 2020-10-05 12:10:08 +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
reuk
4cf66d6522 Cleanup: Remove redundant inlines 2020-04-27 10:22:06 +01:00
reuk
aa139f8b07 Unity: Fix unused variable warning 2020-04-27 10:22:06 +01:00
ed
d5e8c4e104 VST: Fixed a deadlock in the SharedMessageThread 2020-04-24 18:15:18 +01:00
Tom Poole
894e7d2bd2 Updated all license headers 2020-04-23 17:30:39 +01:00
ed
de712ca02e Linux: Added support for building and hosting VST3 plug-ins 2020-04-16 12:18:49 +01:00
ed
74ca3b44c4 Linux: Removed X11-specific code from LinuxComponentPeer 2020-04-16 12:18:49 +01:00
ed
fe61354c21 Linux: Added X11Symbols and WebKitSymbols singletons to dynamically load X11 and WebKit library functions at runtime 2020-04-16 12:18:48 +01:00
reuk
4a613dfad2 VST3: Add support for legacy CC output events 2020-04-16 12:18:46 +01:00
reuk
eae9a10944 MidiBuffer: Add iterator compatible with C++11 range-for 2020-04-13 13:16:06 +01:00