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

1452 commits

Author SHA1 Message Date
ed
174934bf85 Fixed a bug in the StandalonePluginHolder constructor that was causing a mismatch of channel layouts 2019-02-18 15:45:38 +00:00
Tom Poole
a042d60283 Fixed compatibility with VS2013 2019-02-12 16:32:12 +00:00
ed
083078034a Fixed a typo in the StandalonePluginHolder constructor 2019-02-11 16:08:59 +00:00
ed
8f25833649 AAX: Disable multiple output buses when running in AudioSuite and added a PluginHostType::isInAAXAudioSuite() method to allow plug-ins to query whether they are running in AudioSuite 2019-02-11 15:23:06 +00:00
Tom Poole
e3ebe5aed1 Bump version number to 5.4.2 2019-02-07 10:02:17 +00:00
ed
52b86a0e0b AU: Scale editor window when calling AudioProcessorEditor::setScaleFactor() 2019-02-06 10:07:29 +00:00
ed
a234721110 Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
ed
ce33b4aea1 Projucer: Add a setting to configure the number of MIDI inputs and outputs for VST plug-ins 2019-01-23 12:52:47 +00:00
ed
7134bd0f1b VST: Add juce_shouldDoubleScaleNativeGLWindow() method to ensure that OpenGL plug-ins running in hiDPI Cubase 10 on Windows are correctly scaled 2019-01-23 11:00:41 +00:00
ed
ada0a052f8 VST3: Always resize host window in onSize() when running in hiDPI Cubase 10 on Windows 2019-01-23 10:59:51 +00:00
Tom Poole
315f803c49 AAX: Prevent a warning about gaps in the algorithm context structure 2019-01-22 15:34:30 +00:00
Tom Poole
3687710c58 AAX: Fixed potential issues with older PT control surfaces not handling large numbers of parameter steps 2019-01-16 11:30:22 +00:00
ed
21a88423dd VST3: More resizing fixes when using a fixed aspect ratio 2019-01-08 17:11:20 +00:00
ed
fd5f8e03dd VST3: Fixed some glitchy resizing in Reaper when using a fixed aspect ratio 2019-01-04 14:38:24 +00:00
ed
64cd94f8ae VST3: Added a workaround for Windows DPI-aware Cubase 10 opening plug-in editor with double scaled bounds 2019-01-02 14:40:45 +00:00
ed
bca872193c Ensure that the correct Cubase version is reported in PluginHostType when using the host path 2018-12-24 13:41:18 +00:00
ed
98219bf98e VST2: Fix a conversion warning in the wrapper and prevent resizing the plug-in window in resizeHostWindow() to fix some flickering when resizing 2018-12-21 11:17:09 +00:00
ed
f38888fc59 VST3: Override the incoming scale factor in DPI-aware Cubase 10 to ensure that it's always correct for the display 2018-12-21 10:46:53 +00:00
ed
b29cb61e91 VST2: Default to main monitor scale factor in plug-in editor's constructor to get correct size when opening in Cubase 10 2018-12-20 15:30:38 +00:00
ed
55ccb3f1d5 VST3: Check for non-integer scale factors when running in DPI-aware Cubase 10 2018-12-20 14:43:33 +00:00
ed
ca9a50ea82 VST2: Fix scaling bug in hosts which don't support the sizeWindow call 2018-12-20 12:31:44 +00:00
ed
d45842ead3 VST3: Always set top-left position and repaint editor when scale factor changes 2018-12-20 12:30:41 +00:00
ed
a1042a6e24 Added Cakewalk by Bandlab to the PluginHostType enum 2018-12-18 17:56:17 +00:00
ed
954663b8bb VST3: Added a workaround for Cubase 10 resizing the host window after the plug-in on macOS 2018-12-18 17:15:23 +00:00
ed
51fed8f8bf Added Cubase 9.5 and Cubase 10 to the PluginHostType enum 2018-12-18 17:14:42 +00:00
ed
5c03d13f0d Revert previous commit and instead call ComponentHelpers::releaseAllCachedImageResources() from Component::removeFromDesktop() 2018-12-14 12:13:39 +00:00
ed
af098a1985 VST3: Call setVisible (false) on the editor content component before removing it from the desktop on Windows to avoid an OpenGLTexture leak 2018-12-14 10:07:10 +00:00
Tom Poole
5df169fe5d VST3: Fixed a bug with JUCE_FORCE_USE_LEGACY_PARAM_IDS and the bypass parameter 2018-11-26 20:35:55 +00:00
ed
20f6e65d35 Unity: Fix some compiler errors when building for Win32 2018-11-26 09:25:15 +00:00
ed
6d39f01793 Bump version number to 5.4.1 2018-11-12 11:26:11 +00:00
Tom Poole
82f16e82ec Windows: Fixed a VST2 compilation error in VS2013 2018-11-12 10:09:16 +00:00
ed
7f08842864 Unity: Only display normalised range for default parameter sliders and expose choice parameters 2018-11-09 14:56:11 +00:00
ed
4363e8cd0d Unity: Use setValueNotifyingHost() when parameters are changed in the Unity editor to ensure that parameter listeners are called 2018-11-09 09:46:23 +00:00
ed
67c112dd6d Unity: Fix a crash that could occur when using plug-in preferred channel configurations 2018-11-08 16:32:33 +00:00
ed
cda5c144f4 Unity: Ensure that the MessageManager is always initialised before new plug-in instances are created 2018-11-08 12:23:12 +00:00
ed
0b8fcc7a15 Bump version number to 5.4.0 2018-11-06 12:50:21 +00:00
Tom Poole
ff4e54b32d Clarified some comments regarding the removal of the embedded VST2 SDK 2018-11-06 09:22:22 +00:00
Tom Poole
5a94a8d584 Minor formatting 2018-11-05 10:43:29 +00:00
ed
29b673a283 Unity: Fixed a compile warning in the plugin wrapper on Linux 2018-10-31 14:29:45 +00:00
ed
acd3c0b8ee Fixed some Objective-C id -> auto* conversion warnings 2018-10-24 16:20:45 +01:00
ed
59e70ad82c VST3: Removed some ancient native host window resizing code from the plug-in wrapper 2018-10-24 14:47:57 +01:00
ed
e8a31171fe VST3: Fixed a resizing bug on macOS FL Studio 2018-10-24 12:47:04 +01:00
ed
aec716c36e VST3: Fixed an incorrect VST2 SDK include path 2018-10-24 11:54:08 +01:00
Tom Poole
a3566b8c1e Removed the embedded VST2 SDK 2018-10-23 16:00:43 +01:00
ed
4e54953f01 Unity: Initialise JUCE GUI earlier to avoid hitting some assertions 2018-10-17 12:27:31 +01:00
jules
5979288706 Added some macros for asserting when functions are called in an unsafe manner outside the message thread. 2018-10-16 17:39:54 +01:00
ed
fc203d62d9 Windows: Refactored some of the recent DPI-aware VST2 and VST3 plug-in changes 2018-09-19 12:35:48 +01:00
Tom Poole
7e1db1aa4f Added plug-in parameter groups 2018-09-13 10:48:31 +01:00
ed
ddddf0dbd4 VST3: Set the isStretchingTop/Left/Bottom/Right arguments of ComponentBoundsConstrainer::checkBounds() to fix some resizing issues when using a constrainer with a fixed aspect ratio 2018-09-04 13:59:01 +01:00
Tom Poole
38f958dc31 AUv3: Fixed a bug handling audio callbacks with duplicate timestamps 2018-09-03 15:10:52 +01:00