tpoole
|
d0b0644af0
|
Fixed compiler error in AUv3_Wrapper
|
2017-01-16 11:32:31 +00:00 |
|
tpoole
|
f2b2fb2819
|
Fixed JUCE_VST3_CAN_REPLACE_VST2 behaviour
|
2017-01-12 11:24:42 +00:00 |
|
hogliux
|
7897331403
|
Added support for level meter parameter categories
|
2017-01-11 18:02:40 +00:00 |
|
hogliux
|
f85bbb2a61
|
Fixed an issue where resizing a VST2 plug-in on a HiDPI monitor on linux would recursively decrease the editor size
|
2016-12-19 10:11:19 +00:00 |
|
tpoole
|
9f1254a015
|
Removed JucePlugin_{Max,Min}NumInputChannels from the VST wrapper
|
2016-12-08 10:37:43 +00:00 |
|
tpoole
|
e8a80efa5f
|
Added Bitwig Studio to PluginHostType
|
2016-12-05 15:08:05 +00:00 |
|
hogliux
|
a816a44686
|
Disabled Ableton Live's plug-in auto-suspend if the plug-in reports an infinite tail-time
|
2016-12-04 12:31:23 +00:00 |
|
hogliux
|
910cab77a1
|
Added a WaveLab workaround by adding tmp buffers when WaveLab lies about the number of channels we are getting
|
2016-12-02 10:49:40 +00:00 |
|
hogliux
|
b86e1331ac
|
Fixed a bug where the AU/AUv3 wrapper would create a spurious input bus when no inputs where specified in the Projucer's legacy channel configuration field
|
2016-12-01 10:47:52 +00:00 |
|
hogliux
|
0ee2398eb5
|
Fixed compile error in recent commit on VS2015
|
2016-12-01 07:51:15 +00:00 |
|
hogliux
|
8313ba7a23
|
Added a workaround for DSP Quattro
|
2016-11-30 13:54:07 +00:00 |
|
hogliux
|
b5fb095696
|
Fixed a few VS2008 build errors
|
2016-11-30 11:43:47 +00:00 |
|
tpoole
|
267cfb8966
|
Fixed scoping of a conditional
|
2016-11-30 11:03:55 +00:00 |
|
tpoole
|
2ec8fb49d7
|
Fixed error restoring VST3 state in FL Studio
|
2016-11-29 19:26:50 +00:00 |
|
ed
|
b517884862
|
Fixed MSCV2015 compiler warning in VST3 wrapper
|
2016-11-28 14:09:18 +00:00 |
|
hogliux
|
284bc706c9
|
Added a workaround for WaveLab invisible editor bug
|
2016-11-25 14:32:11 +00:00 |
|
tpoole
|
119640f55f
|
Fixed positioning of VST3 windows in Reaper
|
2016-11-24 12:36:36 +00:00 |
|
hogliux
|
436f047821
|
Fixed a bug where the maximum number of channels in VST2 was limited to 8 channels
|
2016-11-22 17:47:07 +00:00 |
|
hogliux
|
8a93ddc818
|
Fixed a typo in recent studio one parameter workaround
|
2016-11-21 10:13:37 +00:00 |
|
hogliux
|
e49022bfba
|
Added JUCE_USE_STUDIO_ONE_COMPATIBLE_PARAMETERS option to workaround a Studio One bug
|
2016-11-17 14:18:00 +00:00 |
|
hogliux
|
63a71ff20d
|
Fixed a bug where the VST3 plug-in wrapper would not respect the legacy layout field when disabling/enabling buses
|
2016-11-15 12:09:02 +00:00 |
|
hogliux
|
363ceb08cf
|
Bump version number to 4.3.0
|
2016-11-02 14:02:52 +00:00 |
|
hogliux
|
6711016102
|
Fixed a bug that could make surround plug-ins fail AU validation in certain rare edge cases
|
2016-10-29 17:21:49 +01:00 |
|
jules
|
c587d4b495
|
Minor code style tidy-ups
|
2016-10-20 10:55:27 +01:00 |
|
hogliux
|
9e4741f2e4
|
Fixed an AAX bug where the sidechain buffer was not cleared when the sidechain isn't connected
|
2016-10-16 18:17:54 +02:00 |
|
tpoole
|
321ca8c070
|
Fixed AUv3_Wrapper include path
|
2016-10-03 16:36:34 +01:00 |
|
hogliux
|
848073d207
|
Always remove silence flag in AU render callback
|
2016-10-01 13:06:55 +01:00 |
|
hogliux
|
27be047e8e
|
Allow disabling the main bus in VST3 plug-ins with the revised multibus API
|
2016-10-01 10:56:18 +01:00 |
|
hogliux
|
d19ba05a03
|
Added support for saving audio/midi setting in standalone wrappers
|
2016-09-28 14:10:19 +01:00 |
|
hogliux
|
80ff164ff1
|
Added preprocessor macro JucePlugin_VSTChunkStructureVersion to support custom chunk VST versions
|
2016-09-28 12:31:55 +01:00 |
|
hogliux
|
42b8156cf6
|
Fixed crashes in old 32-bit Carbon plugin editor windows when running in macOS Sierra
|
2016-09-22 10:58:16 +01:00 |
|
hogliux
|
6f4571b2e5
|
Tweaked VST wrapper so that MIDI effect plug-ins work even if the user forgets to define JucePlugin_WantsMidiInput/Output
|
2016-09-21 08:16:51 +01:00 |
|
hogliux
|
ef50b8d89f
|
Fixed trying to write to invalid input buffer when AUs connected to the input of an AU fail
|
2016-09-20 19:09:55 +01:00 |
|
hogliux
|
4f06ff9257
|
Third time lucky: hopefully fixed a white-noise issue when pulling from invalid inputs in AU wrapper
|
2016-09-20 15:28:27 +01:00 |
|
hogliux
|
c14eb040b9
|
Fixed automation bug when switching between presets in VST and VST3
|
2016-09-20 14:57:38 +01:00 |
|
hogliux
|
cbbf76b749
|
Made sure buffers are prepared before clearing them in the AU wrapper
|
2016-09-20 10:13:43 +01:00 |
|
hogliux
|
b0457a9ec5
|
Fixed a typo in the VST wrapper
|
2016-09-19 19:08:29 +01:00 |
|
hogliux
|
1b217d13ec
|
Zero out buffers if pulling audio returns an error in the AU wrapper
|
2016-09-19 18:54:44 +01:00 |
|
hogliux
|
4fa0516f40
|
Revised multibus API and added support for multibus hosting
|
2016-09-16 17:06:19 +01:00 |
|
hogliux
|
4eb89336f9
|
Bump version number to 4.2.4
|
2016-09-16 16:42:43 +01:00 |
|
jules
|
9fa0d49be7
|
Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc.
|
2016-09-16 12:03:02 +01:00 |
|
hogliux
|
2fd331fac7
|
Modified compile-time error to warn the user that juce_audio_devices module is also needed when building AUv3s
|
2016-09-13 11:05:49 +01:00 |
|
tpoole
|
132c1d6ae8
|
Removed "C" after all mono channel names
|
2016-09-01 10:26:08 +01:00 |
|
tpoole
|
1a28e7acb2
|
Fixed modulo zero bug in VST bus arrangement
|
2016-09-01 09:18:06 +01:00 |
|
tpoole
|
f0555e6a59
|
Fixed JucePlugin_IsSynth compiler warning.
|
2016-08-30 09:02:43 +01:00 |
|
tpoole
|
ddb879663b
|
Fixed VSTs erroneously wanting midi input
|
2016-08-23 23:24:41 +01:00 |
|
tpoole
|
d873d2426a
|
Fix some Xcode warnings in the VST and VST3 wrappers.
|
2016-08-23 22:32:10 +01:00 |
|
tpoole
|
cb6b4b7170
|
Remove VST editor idle
|
2016-08-23 22:23:44 +01:00 |
|
luigisambuy
|
ea7677970c
|
modified sliderValueChanged() to notify host only on mouse clicks
|
2016-08-22 11:51:32 +01:00 |
|
tpoole
|
9f31d6498a
|
Use a bespoke VST2 interface
|
2016-08-22 09:57:16 +01:00 |
|