7d28d7dec2 
								
							
								 
							
						 
						
							
							
								
								Added a fix to generate the AAX plug-in ID from the channel configuration (and not an arbitrary order in which JUCE probes configurations)  
							
							Also added the method AudioProcessor::getAAXPluginIDForMainBusConfig for developers to override the generation of AAX plug-in IDs so that their plug-ins remain backward compatible 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2da1bc5f41 
								
							
								 
							
						 
						
							
							
								
								Replace include guards with "#pragma once"  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d16123adc8 
								
							
								 
							
						 
						
							
							
								
								Added a new optional in/out parameter to AudioProcessor::Bus::isLayoutSupported to allow hosts to predict how the entire layout of an AudioProcessor may change when changing the layout of a single bus  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9b1ae84927 
								
							
								 
							
						 
						
							
							
								
								Fixed bug when maximum number of plug-in io channels is one  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ba512e96fd 
								
							
								 
							
						 
						
							
							
								
								Renamed 'generic' parameter Category enum to something less generic  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7897331403 
								
							
								 
							
						 
						
							
							
								
								Added support for level meter parameter categories  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9a130f2810 
								
							
								 
							
						 
						
							
							
								
								Set avoidReallocating argument of AudioBuffer::makeCopyOf() to true in some audio class methods to avoid unnecessary reallocations in double-float buffer conversion  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bd9697b687 
								
							
								 
							
						 
						
							
							
								
								Fixed a compiler error on older gcc versions  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7467195ffa 
								
							
								 
							
						 
						
							
							
								
								Minor tidying-up  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								63a71ff20d 
								
							
								 
							
						 
						
							
							
								
								Fixed a bug where the VST3 plug-in wrapper would not respect the legacy layout field when disabling/enabling buses  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7cdcb19d25 
								
							
								 
							
						 
						
							
							
								
								Added a convenient function to get all channel sets with a particular number of channels  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c587d4b495 
								
							
								 
							
						 
						
							
							
								
								Minor code style tidy-ups  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3fb55ffd1f 
								
							
								 
							
						 
						
							
							
								
								Fixed a compiler error which occured in gcc based compilers  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8835a24417 
								
							
								 
							
						 
						
							
							
								
								Fixed another typo and removed unecessary for loop  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4fa0516f40 
								
							
								 
							
						 
						
							
							
								
								Revised multibus API and added support for multibus hosting  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0862167459 
								
							
								 
							
						 
						
							
							
								
								Fixed a compiler warning for MIDI effect plug-ins  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								56d5f7bab0 
								
							
								 
							
						 
						
							
							
								
								Don't update the rendering graph if the graph is not prepared  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8b1374d4b7 
								
							
								 
							
						 
						
							
							
								
								Don't call processBlock on a AudioProcessorGraph's node if it is suspended  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								70f4b0d5dc 
								
							
								 
							
						 
						
							
							
								
								Add more details to the documentation of the setResizable method in the AudioProcessorEditor  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2ca0c9200f 
								
							
								 
							
						 
						
							
							
								
								Add beginParameterChangeGesture/endParameterChangeGesture support to GenericAudioProcessorEditor  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f7d7f8a204 
								
							
								 
							
						 
						
							
							
								
								Clear unused outputs when bypassing a plug-in  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								320c5b66c7 
								
							
								 
							
						 
						
							
							
								
								Add removeChannel to AudioChannelSet  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a0259ce408 
								
							
								 
							
						 
						
							
							
								
								Add support for plug-ins which do not want to use a resize corner  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								565d664c58 
								
							
								 
							
						 
						
							
							
								
								Fixed a typo in a comment  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0141d0e1a6 
								
							
								 
							
						 
						
							
							
								
								Connecting an output node to a processor is an input and vice versa  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9069d70141 
								
							
								 
							
						 
						
							
							
								
								Fix bug in AudioGraphIOProcessor  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8e53286a20 
								
							
								 
							
						 
						
							
							
								
								Fix some warnings in VS2013 in the recent commits  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4205123d45 
								
							
								 
							
						 
						
							
							
								
								Fix an edge-case if the last stored editor window size is zero  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ebb0a156a4 
								
							
								 
							
						 
						
							
							
								
								Add options to make AuidoProcessorEditors resizable with constraints  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e13286ab55 
								
							
								 
							
						 
						
							
							
								
								Minor comment correction  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7056128bbc 
								
							
								 
							
						 
						
							
							
								
								Add intersect method to AudioChannelSet  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								af6198b74f 
								
							
								 
							
						 
						
							
							
								
								Add support for plug-ins to report the IDs of their parameters  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9da130c45e 
								
							
								 
							
						 
						
							
							
								
								Update comment on estimatedSamplesPerBlock parameter used in the prepareToPlay method  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fb864a5cb1 
								
							
								 
							
						 
						
							
							
								
								Corrected some spelling mistakes in comments  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								70949aa0c6 
								
							
								 
							
						 
						
							
							
								
								Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects.  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								84bc58f0c3 
								
							
								 
							
						 
						
							
							
								
								Add ability to remove a AudioGraph's node by it's pointer  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7ee4c800a9 
								
							
								 
							
						 
						
							
							
								
								Add getChannelIndexForType to AudioChannelSet class  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f4ac12820c 
								
							
								 
							
						 
						
							
							
								
								Fix channel names in surround channel layouts  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d0d9b9c181 
								
							
								 
							
						 
						
							
							
								
								Choose stereo layout as default layout when using legacy channel configuration field  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fc8ffd9f76 
								
							
								 
							
						 
						
							
							
								
								Fix finding default layout for legacy plug-ins  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a53eda27d4 
								
							
								 
							
						 
						
							
							
								
								Fix various multi-bus issues and add support for consistent surround channel ordering  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								82c4938ebe 
								
							
								 
							
						 
						
							
							
								
								Deprecated theAudioProcessor::silenceInProducesSilenceOut method, which is no longer actually used by any of the plugin wrappers  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2bd3931c49 
								
							
								 
							
						 
						
							
							
								
								Fixed typo in setPlayConfigDetails comment  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c518877d17 
								
							
								 
							
						 
						
							
							
								
								Added some comments on when to use the Introjucer "PlugIn Configuration" field  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6c1eaaa0c7 
								
							
								 
							
						 
						
							
							
								
								Whitespace cleanup  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								10cb636373 
								
							
								 
							
						 
						
							
							
								
								Avoided warning in Visual Studio (shadowing variables) by renaming private member variable AudioProcessor::sampleRate to currentSampleRate.  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1240d4d6b3 
								
							
								 
							
						 
						
							
							
								
								Added new method AudioProcessor::supportsMPE(), and implemented this in AU and VST2  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d406cacc5f 
								
							
								 
							
						 
						
							
							
								
								Avoided some deprecation warnings when building hosts on Windows  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								79d2a40035 
								
							
								 
							
						 
						
							
							
								
								Wrapped some AudioChannelSet names in NEEDS_TRANS macros  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4fef661ada 
								
							
								 
							
						 
						
							
							
								
								Added multi-bus support for audio plug-in clients  
							
							
								
							
							
						 
						10 years ago