Tom Poole
c9aba7f613
Bump version number to 6.0.2
4 years ago
ed
5f0706ec0e
Projucer: Add Xcode subprojects using relative paths
4 years ago
reuk
857ee66b39
CMake: Fix folder naming issue which would cause VS2015 to complain when loading projects
4 years ago
reuk
476924d581
CMake: Avoid including quotation marks in JucePlugin_CFBundleIdentifier
4 years ago
reuk
ad729278c7
Audio Devices: Fix build when trying to use WinRT Midi and building with Clang
4 years ago
reuk
c3849041ae
Midi: Use proper PImpl idiom in MidiInput and MidiOutput
4 years ago
reuk
fd8ba2deda
VST2: Allow VST2 plugins to build for win32 with LLVM
4 years ago
reuk
4d27422d9f
GCC: Suppress cast-align warnings
4 years ago
reuk
f51db729c0
CMake: Add explicit check for atomic lib, and link it if necessary
4 years ago
reuk
23bc385864
ARM: Fix AudioBlock test build on ARM
4 years ago
reuk
c897a4f2cb
Linux: Fix some clang 10 warnings
4 years ago
reuk
49588b704e
Linux: Fix some cast warnings
4 years ago
reuk
90664b42df
VST3: Fix issue where aftertouch messages from the host were incorrectly converted to LegacyMIDICCOut messages
4 years ago
reuk
a32b3e7f23
ASIO: Fix unused data member warning
4 years ago
reuk
e11b9f0c25
CMake: Add some documentation about archival builds for iOS
4 years ago
reuk
71c650097e
CMake: Add support for the searchpaths module configuration option
4 years ago
reuk
f5fb04a908
CMake: Add new PLUGIN_NAME option which allows setting the plugin name independently of the PRODUCT_NAME
4 years ago
reuk
c3b53425ad
CMake: Ensure that AU resource forks are copied correctly when building with CMake
4 years ago
ed
4a09440222
Windows: Return result of ComponentPeer::handleKeyPress() in doAppCommand() to prevent JUCE apps always consuming media keys
4 years ago
Ivan Cohen
5250dc815d
Solved an issue in dsp::BallisticsFilter with peak and RMS envelopes calculation formulas
4 years ago
jules
0ded1ccc5f
Made the SVG parser catch "NaN" string values rather than passing them into the Path class
4 years ago
Ivan Cohen
39d8399653
DSP: Provided the peak rectifier stage directly in dsp::BallisticsFilter
4 years ago
ed
29691aaf4f
Windows: Moved WASAPIDeviceMode enum into the juce namespace
4 years ago
ed
54164fac3f
Windows: Added ComSmartPtr::getInterface() and used it in a few places to simplify some COM code
4 years ago
ed
99b3d85fcc
Windows: Always use requested sample rate when opening a WASAPI device with sample rate conversion enabled
4 years ago
ed
1870e2d5fd
Projucer: Use RelativePath for querying file extensions in Xcode exporter to correctly handle cross-platform paths
4 years ago
ed
6195a5ab60
Windows: Added support for IAudioClient3 shared stream low latency mode in the WASAPI audio device, removed JUCE_WASAPI_EXCLUSIVE config flag and refactored AudioIODeviceType creation
4 years ago
ed
b01e9276ba
Windows: Added support for sample rate conversion between input/output in the WASAPI audio device
4 years ago
reuk
3c60312e53
Projucer: Fix bug in isPluginClientSource
4 years ago
reuk
8baf7a6b5d
Projucer: Ensure module sources are added to the correct target
Fixes an issue where module sources with names including `_Standalone_`, `_AU_`
etc. were added to the target for that plugin format, instead of being added to
the shared code target.
4 years ago
ed
44412bb0a8
VST: Don't remove empty standard VST plug-in folders in VSTPluginFormat::getDefaultLocationsToSearch()
4 years ago
reuk
b26dfad13a
CMake: Update CMake API reference with option descriptions
4 years ago
reuk
6b1b4cf7f6
CMake: Add option to enable module source groups in IDE projects
4 years ago
reuk
9d5bf9c43c
CMake: Get rid of unused build/install generator expressions in juce_add_module
4 years ago
ed
268ac3d5c8
Modernised some code in CallOutBox and added some logic to scale the window with its content component's transform
4 years ago
ed
333f98d204
Squashed some compiler warnings with -Wmissing-prototypes enabled
4 years ago
ed
cc0da9527a
DSP: Fixed some lambda capture lists that trip up GCC 5 in the convolution tests
4 years ago
ed
1da5d33a4c
VST3: Added a comment to a suspicious-looking else clause when opening plug-in handles
4 years ago
ed
e1282f285d
Projucer: Fixed a typo
4 years ago
ed
8020c3420a
Re-saved all projects
4 years ago
ed
d677fd6264
Projucer: Added PCH support for Xcode and Visual Studio exporters
4 years ago
reuk
58652ce490
DLL: Fix warnings in Windows DLL build
4 years ago
reuk
4b24ccd51f
macOS: Remove older macOS versions from OperatingSystemType enum
4 years ago
reuk
3ad4835854
macOS: Fix getOperatingSystemType when getOSXVersion returns 11.0 instead of 10.16
4 years ago
ed
a5c86be57a
VST3: Fixed a bug introduced in the recent DLLHandleCache changes when hosting plug-ins on Windows and Linux
4 years ago
ed
a840b48b75
Linux: Added a workaround for kdialog FileChooser wildcard not functioning correctly on KDE
4 years ago
ed
349b9c1e70
Re-saved all projects
4 years ago
ed
0335d43b58
Projucer: Specify standard LTCG instead of incremental (fast) in the VS link options to get rid of warning about not compiling with function-level linkage
4 years ago
ed
876aceed99
Windows: Made the behaviour of the new native FileChooser consistent with the old when saving a file with no extension specified
4 years ago
ed
f9e6030f85
Re-saved all projects
4 years ago