hogliux
|
f85bbb2a61
|
Fixed an issue where resizing a VST2 plug-in on a HiDPI monitor on linux would recursively decrease the editor size
|
8 years ago |
tpoole
|
9f1254a015
|
Removed JucePlugin_{Max,Min}NumInputChannels from the VST wrapper
|
8 years ago |
tpoole
|
e8a80efa5f
|
Added Bitwig Studio to PluginHostType
|
8 years ago |
hogliux
|
a816a44686
|
Disabled Ableton Live's plug-in auto-suspend if the plug-in reports an infinite tail-time
|
8 years ago |
hogliux
|
910cab77a1
|
Added a WaveLab workaround by adding tmp buffers when WaveLab lies about the number of channels we are getting
|
8 years ago |
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
|
8 years ago |
hogliux
|
0ee2398eb5
|
Fixed compile error in recent commit on VS2015
|
8 years ago |
hogliux
|
8313ba7a23
|
Added a workaround for DSP Quattro
|
8 years ago |
hogliux
|
b5fb095696
|
Fixed a few VS2008 build errors
|
8 years ago |
tpoole
|
267cfb8966
|
Fixed scoping of a conditional
|
8 years ago |
tpoole
|
2ec8fb49d7
|
Fixed error restoring VST3 state in FL Studio
|
8 years ago |
ed
|
b517884862
|
Fixed MSCV2015 compiler warning in VST3 wrapper
|
8 years ago |
hogliux
|
284bc706c9
|
Added a workaround for WaveLab invisible editor bug
|
8 years ago |
tpoole
|
119640f55f
|
Fixed positioning of VST3 windows in Reaper
|
8 years ago |
hogliux
|
436f047821
|
Fixed a bug where the maximum number of channels in VST2 was limited to 8 channels
|
8 years ago |
hogliux
|
8a93ddc818
|
Fixed a typo in recent studio one parameter workaround
|
8 years ago |
hogliux
|
e49022bfba
|
Added JUCE_USE_STUDIO_ONE_COMPATIBLE_PARAMETERS option to workaround a Studio One bug
|
8 years ago |
hogliux
|
63a71ff20d
|
Fixed a bug where the VST3 plug-in wrapper would not respect the legacy layout field when disabling/enabling buses
|
8 years ago |
hogliux
|
363ceb08cf
|
Bump version number to 4.3.0
|
8 years ago |
hogliux
|
6711016102
|
Fixed a bug that could make surround plug-ins fail AU validation in certain rare edge cases
|
8 years ago |
jules
|
c587d4b495
|
Minor code style tidy-ups
|
8 years ago |
hogliux
|
9e4741f2e4
|
Fixed an AAX bug where the sidechain buffer was not cleared when the sidechain isn't connected
|
8 years ago |
tpoole
|
321ca8c070
|
Fixed AUv3_Wrapper include path
|
8 years ago |
hogliux
|
848073d207
|
Always remove silence flag in AU render callback
|
8 years ago |
hogliux
|
27be047e8e
|
Allow disabling the main bus in VST3 plug-ins with the revised multibus API
|
8 years ago |
hogliux
|
d19ba05a03
|
Added support for saving audio/midi setting in standalone wrappers
|
8 years ago |
hogliux
|
80ff164ff1
|
Added preprocessor macro JucePlugin_VSTChunkStructureVersion to support custom chunk VST versions
|
8 years ago |
hogliux
|
42b8156cf6
|
Fixed crashes in old 32-bit Carbon plugin editor windows when running in macOS Sierra
|
8 years ago |
hogliux
|
6f4571b2e5
|
Tweaked VST wrapper so that MIDI effect plug-ins work even if the user forgets to define JucePlugin_WantsMidiInput/Output
|
8 years ago |
hogliux
|
ef50b8d89f
|
Fixed trying to write to invalid input buffer when AUs connected to the input of an AU fail
|
8 years ago |
hogliux
|
4f06ff9257
|
Third time lucky: hopefully fixed a white-noise issue when pulling from invalid inputs in AU wrapper
|
8 years ago |
hogliux
|
c14eb040b9
|
Fixed automation bug when switching between presets in VST and VST3
|
8 years ago |
hogliux
|
cbbf76b749
|
Made sure buffers are prepared before clearing them in the AU wrapper
|
8 years ago |
hogliux
|
b0457a9ec5
|
Fixed a typo in the VST wrapper
|
8 years ago |
hogliux
|
1b217d13ec
|
Zero out buffers if pulling audio returns an error in the AU wrapper
|
8 years ago |
hogliux
|
4fa0516f40
|
Revised multibus API and added support for multibus hosting
|
8 years ago |
hogliux
|
4eb89336f9
|
Bump version number to 4.2.4
|
8 years ago |
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.
|
8 years ago |
hogliux
|
2fd331fac7
|
Modified compile-time error to warn the user that juce_audio_devices module is also needed when building AUv3s
|
8 years ago |
tpoole
|
132c1d6ae8
|
Removed "C" after all mono channel names
|
8 years ago |
tpoole
|
1a28e7acb2
|
Fixed modulo zero bug in VST bus arrangement
|
8 years ago |
tpoole
|
f0555e6a59
|
Fixed JucePlugin_IsSynth compiler warning.
|
8 years ago |
tpoole
|
ddb879663b
|
Fixed VSTs erroneously wanting midi input
|
8 years ago |
tpoole
|
d873d2426a
|
Fix some Xcode warnings in the VST and VST3 wrappers.
|
8 years ago |
tpoole
|
cb6b4b7170
|
Remove VST editor idle
|
8 years ago |
luigisambuy
|
ea7677970c
|
modified sliderValueChanged() to notify host only on mouse clicks
|
8 years ago |
tpoole
|
9f31d6498a
|
Use a bespoke VST2 interface
|
8 years ago |
tpoole
|
08b2116c2b
|
Make the mousemove behaviour of OS X plug-ins the same as their Windows counterparts
|
8 years ago |
hogliux
|
aa150395f4
|
Automatically connect midi input devices on mobile in standalone filter apps
|
8 years ago |
hogliux
|
1053dc5755
|
Allow having zero programs in VST
|
8 years ago |