|  hogliux | 42b8156cf6 | Fixed crashes in old 32-bit Carbon plugin editor windows when running in macOS Sierra | 9 years ago | 
				
					
						|  hogliux | 6f4571b2e5 | Tweaked VST wrapper so that MIDI effect plug-ins work even if the user forgets to define JucePlugin_WantsMidiInput/Output | 9 years ago | 
				
					
						|  hogliux | ef50b8d89f | Fixed trying to write to invalid input buffer when AUs connected to the input of an AU fail | 9 years ago | 
				
					
						|  hogliux | 4f06ff9257 | Third time lucky: hopefully fixed a white-noise issue when pulling from invalid inputs in AU wrapper | 9 years ago | 
				
					
						|  hogliux | c14eb040b9 | Fixed automation bug when switching between presets in VST and VST3 | 9 years ago | 
				
					
						|  hogliux | cbbf76b749 | Made sure buffers are prepared before clearing them in the AU wrapper | 9 years ago | 
				
					
						|  hogliux | b0457a9ec5 | Fixed a typo in the VST wrapper | 9 years ago | 
				
					
						|  hogliux | 1b217d13ec | Zero out buffers if pulling audio returns an error in the AU wrapper | 9 years ago | 
				
					
						|  hogliux | 4fa0516f40 | Revised multibus API and added support for multibus hosting | 9 years ago | 
				
					
						|  hogliux | 4eb89336f9 | Bump version number to 4.2.4 | 9 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. | 9 years ago | 
				
					
						|  hogliux | 2fd331fac7 | Modified compile-time error to warn the user that juce_audio_devices module is also needed when building AUv3s | 9 years ago | 
				
					
						|  tpoole | 132c1d6ae8 | Removed "C" after all mono channel names | 9 years ago | 
				
					
						|  tpoole | 1a28e7acb2 | Fixed modulo zero bug in VST bus arrangement | 9 years ago | 
				
					
						|  tpoole | f0555e6a59 | Fixed JucePlugin_IsSynth compiler warning. | 9 years ago | 
				
					
						|  tpoole | ddb879663b | Fixed VSTs erroneously wanting midi input | 9 years ago | 
				
					
						|  tpoole | d873d2426a | Fix some Xcode warnings in the VST and VST3 wrappers. | 9 years ago | 
				
					
						|  tpoole | cb6b4b7170 | Remove VST editor idle | 9 years ago | 
				
					
						|  luigisambuy | ea7677970c | modified sliderValueChanged() to notify host only on mouse clicks | 9 years ago | 
				
					
						|  tpoole | 9f31d6498a | Use a bespoke VST2 interface | 9 years ago | 
				
					
						|  tpoole | 08b2116c2b | Make the mousemove behaviour of OS X plug-ins the same as their Windows counterparts | 9 years ago | 
				
					
						|  hogliux | aa150395f4 | Automatically connect midi input devices on mobile in standalone filter apps | 9 years ago | 
				
					
						|  hogliux | 1053dc5755 | Allow having zero programs in VST | 9 years ago | 
				
					
						|  hogliux | 4cf3c02998 | Send parameter changes to processor when received via the EditController | 9 years ago | 
				
					
						|  hogliux | 72878309f8 | Fix AUv3 OS X version compiler error message | 9 years ago | 
				
					
						|  hogliux | 88803f6378 | Don't call methods that require modal loops in Standalone filter windows | 9 years ago | 
				
					
						|  hogliux | ca62e560f3 | Revert support for hosting your own VST bundles on iOS | 9 years ago | 
				
					
						|  hogliux | 6039a19b1a | Add new line to end of juce_AAX_Modifier_Injector.h | 9 years ago | 
				
					
						|  hogliux | 872f84dfd9 | Check for hash collisions when generating integer parameter ids from parameter id strings | 9 years ago | 
				
					
						|  hogliux | 3ff5ed0f44 | Reject any inconsistent VST-2 channel layout requests | 9 years ago | 
				
					
						|  hogliux | 3791939923 | Fix unused warning in AU plugin client release build | 9 years ago | 
				
					
						|  hogliux | 630ab88f8b | Version number update | 9 years ago | 
				
					
						|  hogliux | 1a40df99bc | Revert commit d0c238d: Use getParameterText to respond to AU's kAudioUnitProperty_ParameterStringFromValue | 9 years ago | 
				
					
						|  jules | 84810b72cc | Fixed some code that used a C++11 function | 9 years ago | 
				
					
						|  hogliux | d0c238d41d | Use getParameterText to respond to AU's kAudioUnitProperty_ParameterStringFromValue request when using the legacy parameter system | 9 years ago | 
				
					
						|  hogliux | 54e23514dd | Fix compile error in AAX wrapper | 9 years ago | 
				
					
						|  hogliux | a0259ce408 | Add support for plug-ins which do not want to use a resize corner | 9 years ago | 
				
					
						|  hogliux | c484a9ed55 | Fix some minor warnings on OS X 32-bit | 9 years ago | 
				
					
						|  hogliux | 8cd6f49ea0 | Add program change parameter to VST-3 plug-ins | 9 years ago | 
				
					
						|  jules | ec40f0940c | Updated version numbers in modules, and resaved example projects | 9 years ago | 
				
					
						|  jules | db7ada59b1 | Avoided compile problems when the JUCE_USE_CUSTOM_AU3_STANDALONE_APP flag is set | 9 years ago | 
				
					
						|  hogliux | 968cee4ad2 | Remove unnecessary code after moving to static shared code library | 9 years ago | 
				
					
						|  hogliux | a714febbe3 | Fix incorrect number of output buses in standalone plug-in client | 9 years ago | 
				
					
						|  hogliux | 0ea9e33544 | Enable subclassing of StandaloneFilterApp | 9 years ago | 
				
					
						|  hogliux | f5391cd9f9 | Only report one midi in & out bus in VST3 wrapper | 9 years ago | 
				
					
						|  hogliux | 437b5c2bd2 | Third time lucky? | 9 years ago | 
				
					
						|  hogliux | c5a7fe6d6d | Add additional checks to enable/disable AUv3 support | 9 years ago | 
				
					
						|  hogliux | fe1421064b | Fix incorrect order of includes in VST_wrapper.mm | 9 years ago | 
				
					
						|  hogliux | f11a2b2ff1 | Fix modifier keys in AAX plug-ins on Windows 10 | 9 years ago | 
				
					
						|  hogliux | 54243ef0c0 | Support hosting your own VST bundles on iOS | 9 years ago |