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 |
|
tpoole
|
08b2116c2b
|
Make the mousemove behaviour of OS X plug-ins the same as their Windows counterparts
|
2016-08-19 09:53:13 +01:00 |
|
hogliux
|
aa150395f4
|
Automatically connect midi input devices on mobile in standalone filter apps
|
2016-08-05 16:20:23 +01:00 |
|
hogliux
|
1053dc5755
|
Allow having zero programs in VST
|
2016-08-01 10:04:58 +01:00 |
|
hogliux
|
4cf3c02998
|
Send parameter changes to processor when received via the EditController
|
2016-08-01 09:42:33 +01:00 |
|
hogliux
|
72878309f8
|
Fix AUv3 OS X version compiler error message
|
2016-07-25 14:58:01 +01:00 |
|
hogliux
|
88803f6378
|
Don't call methods that require modal loops in Standalone filter windows
|
2016-07-19 10:24:48 +01:00 |
|
hogliux
|
ca62e560f3
|
Revert support for hosting your own VST bundles on iOS
|
2016-07-16 16:13:54 +02:00 |
|
hogliux
|
6039a19b1a
|
Add new line to end of juce_AAX_Modifier_Injector.h
|
2016-07-11 16:17:33 +01:00 |
|
hogliux
|
872f84dfd9
|
Check for hash collisions when generating integer parameter ids from parameter id strings
|
2016-07-10 10:10:20 +01:00 |
|
hogliux
|
3ff5ed0f44
|
Reject any inconsistent VST-2 channel layout requests
|
2016-07-07 17:41:23 +01:00 |
|
hogliux
|
3791939923
|
Fix unused warning in AU plugin client release build
|
2016-07-07 16:21:55 +01:00 |
|
hogliux
|
630ab88f8b
|
Version number update
|
2016-07-05 11:27:53 +01:00 |
|
hogliux
|
1a40df99bc
|
Revert commit d0c238d: Use getParameterText to respond to AU's kAudioUnitProperty_ParameterStringFromValue
|
2016-06-27 16:06:09 +01:00 |
|
jules
|
84810b72cc
|
Fixed some code that used a C++11 function
|
2016-06-27 12:01:33 +01:00 |
|
hogliux
|
d0c238d41d
|
Use getParameterText to respond to AU's kAudioUnitProperty_ParameterStringFromValue request when using the legacy parameter system
|
2016-06-23 11:05:19 +01:00 |
|