1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
Commit graph

956 commits

Author SHA1 Message Date
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
reuk
5f348c3040 Warnings: Add warning-wrangling header 2020-04-13 13:16:05 +01:00
reuk
2ca69e8f70 Projucer: Stop requiring JuceHeader to be included in projects 2020-04-13 13:16:05 +01:00
reuk
ece5644a20 CMake: Add support for building JUCE projects with CMake 2020-04-13 12:10:11 +01:00
reuk
1fdba480cc JUCE 6: Update version numbers 2020-04-11 15:03:19 +01:00
reuk
327f817b9b Copyrights: Update commercial/gpl headers to be gpl-only 2020-04-09 15:22:56 +01:00
ed
26c9468dc5 Deprecated AffineTransform::getScaleFactor() as it was producing incorrect values for transforms containing rotations. Added getDeterminant() method for getting the determinant of the transform 2020-03-30 18:34:19 +01:00
reuk
dddeb1ad68 Build: Fix Xcode 11.4 compatibility issues 2020-03-25 13:10:32 +00:00
reuk
bbd2184e3b Demos: Fix some build issues in demos with more warnings enabled 2020-03-20 14:28:36 +00:00
reuk
3520f6c4f6 Standalone: Put CreatePluginFilter in a common header 2020-03-13 16:59:40 +00:00
reuk
1915fc7a37 Standalone: Fixed build issue with createPluginFilterOfType 2020-03-13 16:59:40 +00:00
ed
0ae768d0d1 macOS: Fixed some unused variable warnings in the VST3 wrapper 2020-03-11 17:35:24 +00:00
ed
59a058fdc6 Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough 2020-03-09 17:39:28 +00:00
ed
9c83b28e4a Fixed a shadowing warning in the VST3 wrapper 2020-03-03 16:59:39 +00:00
ed
18523101be Windows: Refactored DPI handling in the VST wrapper and hosting code 2020-03-02 15:41:08 +00:00
ed
08d0a12f03 Bump version number to 5.4.7 2020-02-10 14:16:54 +00:00
ed
6561e5c040 Windows: Fixed a few more JUCE_WINDOWS == JUCE_MSVC assumptions 2020-02-10 11:48:02 +00:00
ed
79385cc1e3 VST2: Send audioMasterUpdateDisplay opcode on the message thread to fix some hosts not updating 2020-02-07 13:29:20 +00:00
Tom Poole
ef1eacccd3 Bump version number to 5.4.6 2020-02-04 11:26:48 +00:00
ed
b45ce09235 Standardised the licensing whitespace in module headers 2020-01-30 09:48:16 +00:00
ed
133b068dcb Added support for selecting fewer input/output channels than the max supported by the plug-in in the standalone plug-in audio settings 2020-01-21 17:14:00 +00:00
Tom Poole
379e8410fb AAX: Fixed a ppqPosition bug 2020-01-14 15:40:47 +00:00
ed
a54da0b832 Fixed some more typos 2020-01-07 08:53:23 +00:00
Tom Poole
b1aaff50e1 CLion: Fixed a Rez error 2020-01-02 13:38:15 +00:00
ed
57d3cc6166 Added Vienna Ensemble Pro detection to PluginHostType 2019-12-18 09:34:07 +00:00
Tom Poole
fd60158af1 macOS: Fixed some compiler warnings 2019-12-12 21:57:21 +00:00
ed
978faaca83 Added Reason detection to PluginHostType 2019-12-09 11:39:32 +00:00
Tom Poole
d00d23139c VST3: Added the ability to change parameter names at runtime 2019-11-29 14:44:09 +00:00
Tom Poole
1adcc26ca6 VST3: Fixed an issue with non-contiguous IO buses 2019-11-29 11:46:02 +00:00
ed
e095248d6d Added Cubase 10.5 detection to PluginHostType 2019-11-29 10:54:54 +00:00
Tom Poole
7ebaac9827 Added a JUCE_AU_WRAPPERS_SAVE_PROGRAM_STATES option to the juce_audio_plugin_client module 2019-11-26 17:01:22 +00:00
Tom Poole
0ceadf510b Fixed compatibility with JUCE_FORCE_LEGACY_PARAMETER_AUTOMATION_TYPE 2019-11-26 10:11:00 +00:00
ed
49180f1461 VST3: Check Windows scale factor is correct in attached() 2019-11-21 15:41:15 +00:00
Tom Poole
8c535e8fdd Fixed an issue saving state in the AU and AUv3 backends 2019-11-20 09:24:00 +00:00
ed
6b17905940 Added #if JucePlugin_Build_Standalone guard to juce_audio_plugin_client_Standalone.cpp 2019-11-15 15:31:38 +00:00
ed
f86b33d4f7 Added #if JucePlugin_Build_AU guard to juce_audio_plugin_client_AU_2.mm 2019-11-15 11:27:07 +00:00
ed
f51c6790bf Fixed Ableton Live detection in PluginHostType 2019-11-14 11:41:18 +00:00
ed
7b43ac0cfe VST3: Added a nullptr check before dereferencing juceVST3EditController in processParameterChanges() to fix a crash in Live 2019-11-05 17:02:09 +00:00
ed
a47dc92f51 VST3: Return kResultFalse from getMidiControllerAssignment() when JUCE_VST3_EMULATE_MIDI_CC_WITH_PARAMETERS=0 2019-10-21 15:28:02 +01:00
ed
4583baf277 Bump version number to 5.4.5 2019-10-16 10:01:09 +01:00
ed
388e42214c Mute audio input by default in standalone plug-in 2019-10-15 09:31:44 +01:00
ed
3cbc4ec0ae VST3: Fixed an issue in checkSizeConstraint() when the editor has a scale factor applied 2019-10-09 17:14:12 +01:00
Tom Poole
22aa9bc682 Standalone plug-in: Fixed a mute button race condition 2019-10-09 13:08:37 +01:00
Tom Poole
1003579c5a VST2: Avoided a race condition 2019-10-07 15:02:51 +01:00
Tom Poole
3403617f77 VST: Fixed a race condition 2019-10-04 09:47:31 +01:00
Tom Poole
414183eaf8 VST3: Fixed a compiler warning 2019-10-02 11:45:21 +01:00