|  ed | 11c4e91fa5 | VST:  Fixed an unused variable warning on Linux | 7 years ago | 
				
					
						|  ed | 5c8084c3e6 | VST:  Workaround for a potential infinite resizing loop due to coordinate rounding when updating the host window size | 7 years ago | 
				
					
						|  Tom Poole | 98483e826a | Fixed a compiler warning | 7 years ago | 
				
					
						|  hogliux | 0db9415de6 | Add bypass support to both hosting and plug-in client code | 7 years ago | 
				
					
						|  hogliux | e05a1549f2 | Re-worked plug-in wrappers to all use new parameter system via LegacyAudioParameter wrapper class | 7 years ago | 
				
					
						|  Dimitri Sudell | 2ff4d858c6 | AUv3:   use 'UIViewContentMode' for nicer resizing | 7 years ago | 
				
					
						|  Tom Poole | 456c161343 | Fixed a parameter change recursion issue in the VST and AU wrappers | 7 years ago | 
				
					
						|  reuk | e98c73bc6d | AU:  Pragma ignore warnings which are triggered by Apple code | 7 years ago | 
				
					
						|  Tom Poole | dd684b1a5d | Fixed a parameter change recursion issue in the VST and AU wrappers | 7 years ago | 
				
					
						|  Tom Poole | 87dcb5e02b | Fixed an issue with recursive VST3 parameter changed callbacks | 7 years ago | 
				
					
						|  ed | 262dff8854 | Bump version number to 5.3.0 | 7 years ago | 
				
					
						|  ed | cdbc28c18b | Add documentation tags | 7 years ago | 
				
					
						|  hogliux | 039a65913c | macOS AUv3:  Fixed a warning in previous commit when building AUv3 on macOS | 7 years ago | 
				
					
						|  Dimitri Sudell | a15209b45f | AUv3 Wrapper:   use view callbacks to show and hide editor | 7 years ago | 
				
					
						|  hogliux | 66443a57e9 | Fixed a warning in the AUv3 wrapper | 7 years ago | 
				
					
						|  Tom Poole | 88e76ff712 | Fixed a parameter change recursion bug in the AUv3 Wrapper | 7 years ago | 
				
					
						|  Tom Poole | 5011c47447 | VST3:  Fixed a resizing bug when a plug-in has a fixed aspect ratio | 7 years ago | 
				
					
						|  Tom Poole | 611971181f | Added host-side AudioProcessorParameter implementations, deprecated the old methods for managing parameters, and updated the GenericAudioProcessorEditor | 7 years ago | 
				
					
						|  Tom Poole | 581fa8c5a0 | AAX:  Fixed an issue where you could get stuck in audioParameterChanged recursion | 7 years ago | 
				
					
						|  hogliux | 03195b094e | AAX:  Fixed a bug when changing the sidechain source could take a full buffer until reflected in the audio processing | 7 years ago | 
				
					
						|  Tom Poole | 107ba1fd69 | Added parameter listener callbacks when a plug-in host changes a parameter | 7 years ago | 
				
					
						|  Tom Poole | ad73ea8e3f | VST3:  Added a call to setNonRealtime before prepareToPlay | 7 years ago | 
				
					
						|  Tom Poole | d0c2c025ce | Added the ability to mark an AudioProcessorParameter as boolean | 7 years ago | 
				
					
						|  Tom Poole | f654d453ba | Fixed a compiler warning | 7 years ago | 
				
					
						|  Tom Poole | 187d88e75a | VST:  Added a Cockos extension to the VST interface to display parameter labels | 7 years ago | 
				
					
						|  ed | fa0f7a4281 | Bump version number to 5.2.1 | 7 years ago | 
				
					
						|  Tom Poole | 59d260c809 | AUv3:  Fixed an issue when destructing an AUv3 on a non-message thread | 7 years ago | 
				
					
						|  Tom Poole | 0a3da44f07 | AU:  Fixed a bug setting default values for discrete parameters | 7 years ago | 
				
					
						|  Tom Poole | 3c0d634b4f | AUv3:  Improved the host-provided parameter views | 7 years ago | 
				
					
						|  Tom Poole | 8c0f0815f0 | iOS:  Added memory warning callbacks | 7 years ago | 
				
					
						|  Tom Poole | 50ff2c5bc3 | AAX:  Removed an unused variable | 7 years ago | 
				
					
						|  Tom Poole | f204a99c6f | VST3:  Fixed an issue with parallel streams of parameter updates during playback | 7 years ago | 
				
					
						|  Tom Poole | a222f42ec1 | VST3:  Fixed a bug setting tail lengths | 7 years ago | 
				
					
						|  Tom Poole | bdea443017 | VST3:  Fixed a bug setting tail lengths | 7 years ago | 
				
					
						|  jules | 8d09eaadb6 | Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability | 7 years ago | 
				
					
						|  Tom Poole | 0f752396a5 | VST3:  Made MIDI CC parameters non-automatable | 7 years ago | 
				
					
						|  jules | 4fcedf7be5 | Standardised some lambda syntax | 7 years ago | 
				
					
						|  Tom Poole | 71bc0ca7e6 | Code cleanup | 7 years ago | 
				
					
						|  Tom Poole | a2a3f32d8f | Fixed some issues with IO channel counts in the StandaloneFilterWindow | 7 years ago | 
				
					
						|  Lukasz Kozakiewicz | a2bbd99234 | StandaloneFilterWindow:   hide title bar on iOS and Android even when not in Kiosk mode. | 7 years ago | 
				
					
						|  Tom Poole | 2d92311116 | VST3:  Fixed an issue with parallel streams of parameter updates during playback | 7 years ago | 
				
					
						|  Lukasz Kozakiewicz | 181f4ab7fc | StandalonePluginWindow:   allow to customise kiosk mode enablement. | 7 years ago | 
				
					
						|  Tom Poole | e14ca41087 | VST3:  Fixed some compilation errors when building without JUCE_VST3_CAN_REPLACE_VST2 | 7 years ago | 
				
					
						|  jules | 58a99ff139 | Dragged the singleton macros into the 21st century.. Cleaned up their implementation and gave them new upper-case names to match juce official style. The old names are still defined to avoid breaking old code, but please update before they get deprecated! | 7 years ago | 
				
					
						|  Noah Dayan | 2a5108ffc6 | Fix doc typo in juce_PluginHostType.h | 8 years ago | 
				
					
						|  Noah Dayan | 4f8749e744 | Added documentation to juce_PluginHostType.h | 8 years ago | 
				
					
						|  Tom Poole | ceb0afd861 | Fixed some data races in the CoreAudio audio device | 8 years ago | 
				
					
						|  jules | 6a49d6efdc | Minor tidying up | 8 years ago | 
				
					
						|  jules | f85d706131 | Some minor formatting and comment fixes | 8 years ago | 
				
					
						|  hogliux | 2206fae758 | VST3:  Removed more unused code in the VST3 wrapper | 8 years ago |