hogliux
							
						 | 
						
							
							
							
								
							
								c14eb040b9
								
							
								
							
						 | 
						
							
							
								
								Fixed automation bug when switching between presets in VST and VST3
							
							
							
							
								
							
							
						 | 
						9 years ago | 
					
				
					
						
							
							
								   hogliux
							
						 | 
						
							
							
							
								
							
								4fa0516f40
								
							
								
							
						 | 
						
							
							
								
								Revised multibus API and added support for multibus hosting
							
							
							
							
								
							
							
						 | 
						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 | 
					
				
					
						
							
							
								   luigisambuy
							
						 | 
						
							
							
							
								
							
								1e9af22f96
								
							
								
							
						 | 
						
							
							
								
								modified valueChanged() to notify host only on mouse clicks.
							
							
							
							
								
							
							
						 | 
						9 years ago | 
					
				
					
						
							
							
								   hogliux
							
						 | 
						
							
							
							
								
							
								1053dc5755
								
							
								
							
						 | 
						
							
							
								
								Allow having zero programs in VST
							
							
							
							
								
							
							
						 | 
						9 years ago | 
					
				
					
						
							
							
								   hogliux
							
						 | 
						
							
							
							
								
							
								4205123d45
								
							
								
							
						 | 
						
							
							
								
								Fix an edge-case if the last stored editor window size is zero
							
							
							
							
								
							
							
						 | 
						9 years ago | 
					
				
					
						
							
							
								   hogliux
							
						 | 
						
							
							
							
								
							
								ebb0a156a4
								
							
								
							
						 | 
						
							
							
								
								Add options to make AuidoProcessorEditors resizable with constraints
							
							
							
							
								
							
							
						 | 
						9 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								2c3a2eae63
								
							
								
							
						 | 
						
							
							
								
								Simplified some demo plugin code to avoid a display update problem
							
							
							
							
								
							
							
						 | 
						9 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								09d6409644
								
							
								
							
						 | 
						
							
							
								
								Refactored some demo code to avoid a problem when using String::formatted when Strings are UTF-32
							
							
							
							
								
							
							
						 | 
						9 years ago | 
					
				
					
						
							
							
								   Timur Doumler
							
						 | 
						
							
							
							
								
							
								3f50693025
								
							
								
							
						 | 
						
							
							
								
								AudioPluginDemo: removed deprecated input/outputChannel methods to avoid compiler warning.
							
							
							
							
								
							
							
						 | 
						9 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								79332132b5
								
							
								
							
						 | 
						
							
							
								
								Fixed a mistake in the demo plugin.
							
							
							
							
								
							
							
						 | 
						9 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								82c4938ebe
								
							
								
							
						 | 
						
							
							
								
								Deprecated theAudioProcessor::silenceInProducesSilenceOut method, which is no longer actually used by any of the plugin wrappers
							
							
							
							
								
							
							
						 | 
						9 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								7988190e73
								
							
								
							
						 | 
						
							
							
								
								Plugin demo: avoided the slider jumping when being dragged and automated at the same time
							
							
							
							
								
							
							
						 | 
						10 years ago | 
					
				
					
						
							
							
								   hogliux
							
						 | 
						
							
							
							
								
							
								4fef661ada
								
							
								
							
						 | 
						
							
							
								
								Added multi-bus support for audio plug-in clients
							
							
							
							
								
							
							
						 | 
						10 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								36cb000d40
								
							
								
							
						 | 
						
							
							
								
								Whitespace cleanup
							
							
							
							
								
							
							
						 | 
						10 years ago | 
					
				
					
						
							
							
								   hogliux
							
						 | 
						
							
							
							
								
							
								86c9597d41
								
							
								
							
						 | 
						
							
							
								
								Fix warnings in audio plugin demo
							
							
							
							
								
							
							
						 | 
						10 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								02041328dc
								
							
								
							
						 | 
						
							
							
								
								Misc minor fix-ups
							
							
							
							
								
							
							
						 | 
						10 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								b1a8470514
								
							
								
							
						 | 
						
							
							
								
								Added a collection of audio plugin parameter utility classes in juce_audio_processors/utilities
							
							
							
							
								
							
							
						 | 
						10 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								c562cfc3cc
								
							
								
							
						 | 
						
							
							
								
								Converted AudioSampleBuffer into a templated class that can use either float or double types. Used this to implement 64-bit audio plugin support in VST and AU
							
							
							
							
								
							
							
						 | 
						10 years ago | 
					
				
					
						
							
							
								   Timur Doumler
							
						 | 
						
							
							
							
								
							
								dca4d77f9d
								
							
								
							
						 | 
						
							
							
								
								Fixed compiler warnings on Visual Studio 2015 RTM.
							
							
							
							
								
							
							
						 | 
						10 years ago | 
					
				
					
						
							
							
								   hogliux
							
						 | 
						
							
							
							
								
							
								d8e5add7ba
								
							
								
							
						 | 
						
							
							
								
								Minor clean-up in audio demo plugin code
							
							
							
							
								
							
							
						 | 
						10 years ago | 
					
				
					
						
							
							
								   hogliux
							
						 | 
						
							
							
							
								
							
								b7a85c767a
								
							
								
							
						 | 
						
							
							
								
								Add beginChangeGesture/endChangeGesture support to audio demo plug-in
							
							
							
							
								
							
							
						 | 
						10 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								6225b5de49
								
							
								
							
						 | 
						
							
							
								
								Added support for parameter value<->text conversion in VST and VST3 plugin formats. Also updated the JUCE demo audio plugin code to use the new AudioProcessorParameter class for its params.
							
							
							
							
								
							
							
						 | 
						10 years ago | 
					
				
					
						
							
							
								   Felix Faire
							
						 | 
						
							
							
							
								
							
								b01383e8d0
								
							
								
							
						 | 
						
							
							
								
								Restructured folder and Updated Readme
							
							
							
							
								
							
							
						 | 
						11 years ago |