ed
|
77db5fde66
|
Windows: Fix a double definition warning for juce_shouldDoubleScaleNativeGLWindow() when not building any VSTs
|
6 years ago |
ed
|
6c87ed6bed
|
Ensure that the standalone plug-in saves its state when the OS sends a quit request
|
6 years ago |
ed
|
6722194260
|
Bump version number to 5.4.3
|
6 years ago |
ed
|
c89194f84d
|
Fixed a documentation typo
|
6 years ago |
ed
|
c9432e5897
|
Fixed an uninitialised variable in the AU wrapper
|
6 years ago |
ed
|
174934bf85
|
Fixed a bug in the StandalonePluginHolder constructor that was causing a mismatch of channel layouts
|
6 years ago |
Tom Poole
|
a042d60283
|
Fixed compatibility with VS2013
|
6 years ago |
ed
|
083078034a
|
Fixed a typo in the StandalonePluginHolder constructor
|
6 years ago |
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
|
6 years ago |
Tom Poole
|
e3ebe5aed1
|
Bump version number to 5.4.2
|
6 years ago |
ed
|
52b86a0e0b
|
AU: Scale editor window when calling AudioProcessorEditor::setScaleFactor()
|
6 years ago |
ed
|
a234721110
|
Added various clang-tidy modernize-* fixes
|
6 years ago |
ed
|
ce33b4aea1
|
Projucer: Add a setting to configure the number of MIDI inputs and outputs for VST plug-ins
|
6 years ago |
ed
|
7134bd0f1b
|
VST: Add juce_shouldDoubleScaleNativeGLWindow() method to ensure that OpenGL plug-ins running in hiDPI Cubase 10 on Windows are correctly scaled
|
6 years ago |
ed
|
ada0a052f8
|
VST3: Always resize host window in onSize() when running in hiDPI Cubase 10 on Windows
|
6 years ago |
Tom Poole
|
315f803c49
|
AAX: Prevent a warning about gaps in the algorithm context structure
|
6 years ago |
Tom Poole
|
3687710c58
|
AAX: Fixed potential issues with older PT control surfaces not handling large numbers of parameter steps
|
6 years ago |
ed
|
21a88423dd
|
VST3: More resizing fixes when using a fixed aspect ratio
|
6 years ago |
ed
|
fd5f8e03dd
|
VST3: Fixed some glitchy resizing in Reaper when using a fixed aspect ratio
|
6 years ago |
ed
|
64cd94f8ae
|
VST3: Added a workaround for Windows DPI-aware Cubase 10 opening plug-in editor with double scaled bounds
|
6 years ago |
ed
|
bca872193c
|
Ensure that the correct Cubase version is reported in PluginHostType when using the host path
|
6 years ago |
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
|
6 years ago |
ed
|
f38888fc59
|
VST3: Override the incoming scale factor in DPI-aware Cubase 10 to ensure that it's always correct for the display
|
6 years ago |
ed
|
b29cb61e91
|
VST2: Default to main monitor scale factor in plug-in editor's constructor to get correct size when opening in Cubase 10
|
6 years ago |
ed
|
55ccb3f1d5
|
VST3: Check for non-integer scale factors when running in DPI-aware Cubase 10
|
6 years ago |
ed
|
ca9a50ea82
|
VST2: Fix scaling bug in hosts which don't support the sizeWindow call
|
6 years ago |
ed
|
d45842ead3
|
VST3: Always set top-left position and repaint editor when scale factor changes
|
6 years ago |
ed
|
a1042a6e24
|
Added Cakewalk by Bandlab to the PluginHostType enum
|
6 years ago |
ed
|
954663b8bb
|
VST3: Added a workaround for Cubase 10 resizing the host window after the plug-in on macOS
|
6 years ago |
ed
|
51fed8f8bf
|
Added Cubase 9.5 and Cubase 10 to the PluginHostType enum
|
6 years ago |
ed
|
5c03d13f0d
|
Revert previous commit and instead call ComponentHelpers::releaseAllCachedImageResources() from Component::removeFromDesktop()
|
6 years ago |
ed
|
af098a1985
|
VST3: Call setVisible (false) on the editor content component before removing it from the desktop on Windows to avoid an OpenGLTexture leak
|
6 years ago |
Tom Poole
|
5df169fe5d
|
VST3: Fixed a bug with JUCE_FORCE_USE_LEGACY_PARAM_IDS and the bypass parameter
|
6 years ago |
ed
|
20f6e65d35
|
Unity: Fix some compiler errors when building for Win32
|
6 years ago |
Tom Poole
|
5007e2bb98
|
Windows: Fixed a VST2 compilation error in VS2013
|
6 years ago |
ed
|
6d39f01793
|
Bump version number to 5.4.1
|
6 years ago |
Tom Poole
|
82f16e82ec
|
Windows: Fixed a VST2 compilation error in VS2013
|
6 years ago |
ed
|
7f08842864
|
Unity: Only display normalised range for default parameter sliders and expose choice parameters
|
6 years ago |
ed
|
4363e8cd0d
|
Unity: Use setValueNotifyingHost() when parameters are changed in the Unity editor to ensure that parameter listeners are called
|
6 years ago |
ed
|
67c112dd6d
|
Unity: Fix a crash that could occur when using plug-in preferred channel configurations
|
6 years ago |
ed
|
cda5c144f4
|
Unity: Ensure that the MessageManager is always initialised before new plug-in instances are created
|
6 years ago |
ed
|
0b8fcc7a15
|
Bump version number to 5.4.0
|
6 years ago |
Tom Poole
|
ff4e54b32d
|
Clarified some comments regarding the removal of the embedded VST2 SDK
|
6 years ago |
Tom Poole
|
5a94a8d584
|
Minor formatting
|
6 years ago |
ed
|
29b673a283
|
Unity: Fixed a compile warning in the plugin wrapper on Linux
|
6 years ago |
ed
|
acd3c0b8ee
|
Fixed some Objective-C id -> auto* conversion warnings
|
6 years ago |
ed
|
59e70ad82c
|
VST3: Removed some ancient native host window resizing code from the plug-in wrapper
|
6 years ago |
ed
|
e8a31171fe
|
VST3: Fixed a resizing bug on macOS FL Studio
|
6 years ago |
ed
|
aec716c36e
|
VST3: Fixed an incorrect VST2 SDK include path
|
6 years ago |
Tom Poole
|
a3566b8c1e
|
Removed the embedded VST2 SDK
|
6 years ago |