ed
|
f2be246233
|
VST3: Moved the ScopedJuceInitialiser_GUI object declaration in JuceVST3Component to make sure it goes out of scope later
|
2019-05-17 12:06:26 +01:00 |
|
ed
|
c71746f11d
|
VST3: Fixed a potential crash in Cubase10WindowResizeWorkaround::handleAsyncUpdate()
|
2019-05-17 11:53:44 +01:00 |
|
jules
|
f58eacc135
|
Added more unique_ptr use, for functions that create LowLevelGraphicsContext or ImageType objects.
|
2019-05-15 12:08:38 +01:00 |
|
jules
|
332a9edb57
|
Added long-overdue deprecation warnings to ScopedPointer, and purged the last couple of places where it was being used.
|
2019-05-15 11:02:03 +01:00 |
|
jules
|
6463529371
|
Another batch of conversion of methods which returned bare XmlElement* to return unique_ptrs
|
2019-05-15 11:02:03 +01:00 |
|
ed
|
6b5fc49f71
|
VST3: Removed some unnecessary ScopedJuceInitialiser_GUI objects and silenced some leak detector warnings when running in hosts that don't release the IPluginFactory correctly
|
2019-05-13 15:24:26 +01:00 |
|
ed
|
2af1de45d7
|
Windows: Fixed a bug with DPI-aware VSTs in Steinberg hosts using the OpenGL renderer
|
2019-05-11 09:31:18 +01:00 |
|
jules
|
2e2cfb5f6c
|
Made a lot of the functions that used to return a raw XmlElement* instead return a std::unique_ptr<XmlElement> to make it safer and more concise to capture them. Also added new methods to XmlElement for generating text, and deprecated the old ones
|
2019-05-09 10:51:19 +01:00 |
|
Tom Poole
|
17be524798
|
VST3: Fixed an AudioProcessorParameterGroup bug
|
2019-04-29 10:09:07 +01:00 |
|
Tom Poole
|
07828eb87d
|
AAX: Fixed a potential race condition when suspending a plug-in
|
2019-04-15 16:14:43 +01:00 |
|
ed
|
f617bea5fa
|
AAX: Fixed a conversion warning in JuceAAX_Processor::isInAudioSuite()
|
2019-03-27 15:06:07 +00:00 |
|
ed
|
b1c4d981da
|
Fixed an iOS multitouch bug and added MouseInputSource::offscreenMousePos to replace some magic numbers
|
2019-03-26 11:40:58 +00:00 |
|
Tom Poole
|
096cad36a6
|
AAX: Fixed a bug setting the number of parameter steps
|
2019-03-20 11:46:36 +00:00 |
|
Tom Poole
|
ebe7aa2cc0
|
AAX: Fixed some compiler warnings
|
2019-03-08 15:38:34 +00:00 |
|
ed
|
fb614b0cc9
|
Ensure that OpenGL VST2 plug-ins are scaled correctly in Live 10
|
2019-03-07 16:43:05 +00:00 |
|
ed
|
7d4bf8656e
|
Add Live versions 9 and 10 to the HostType enum
|
2019-03-07 16:42:18 +00:00 |
|
ed
|
4c19b9fac5
|
Fixed an unused variable in the VST3 wrapper
|
2019-03-07 11:41:59 +00:00 |
|
Tom Poole
|
201375e4a5
|
VST3: Allow loading non-JUCE plug-in state when JUCE_VST3_CAN_REPLACE_VST2 is set
|
2019-03-06 15:06:44 +00:00 |
|
ed
|
9275feeef2
|
Fixed an unused variable warning in the VST3 wrapper
|
2019-03-04 14:07:12 +00:00 |
|
ed
|
77db5fde66
|
Windows: Fix a double definition warning for juce_shouldDoubleScaleNativeGLWindow() when not building any VSTs
|
2019-02-27 09:49:57 +00:00 |
|
ed
|
6c87ed6bed
|
Ensure that the standalone plug-in saves its state when the OS sends a quit request
|
2019-02-22 10:08:55 +00:00 |
|
ed
|
6722194260
|
Bump version number to 5.4.3
|
2019-02-21 15:25:51 +00:00 |
|
ed
|
c89194f84d
|
Fixed a documentation typo
|
2019-02-20 17:23:14 +00:00 |
|
ed
|
c9432e5897
|
Fixed an uninitialised variable in the AU wrapper
|
2019-02-19 11:07:50 +00:00 |
|
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 |
|