|  hogliux | a760a1feb2 | Add AudioUnit Multi-Output support | 10 years ago | 
				
					
						|  hogliux | 98ebfdc1fa | Fix some warnings in the VST/VST3 wrappers | 10 years ago | 
				
					
						|  hogliux | b7bca8ce5a | Add VST3 bypass support | 10 years ago | 
				
					
						|  Timur Doumler | 16cfead473 | Fixed an issue in the AAX wrapper where scrubbing in ProTools caused spurious calls to prepareToPlay() from JuceAAX_Processor::process(). | 10 years ago | 
				
					
						|  jules | e469806f66 | Workaround for an obscure compiler error | 10 years ago | 
				
					
						|  jules | 5ee02150e1 | Added some MIDI controller mapping functionality to VST3, and fixed a couple of VST3 bugs. | 10 years ago | 
				
					
						|  jules | 2535fc8fcc | Added a workaround for a compatibility problem involving old 10.6 AudioUnit hosts. | 10 years ago | 
				
					
						|  jules | 2194bc9c97 | Avoided Clang warning in VST3 code | 10 years ago | 
				
					
						|  jules | 245e4011e2 | Added a workaround to our embedded CoreAudio files, to avoid problems for people using very old SDK versions. | 10 years ago | 
				
					
						|  jules | a001a8e26c | Fixed a few warnings in the AU code | 10 years ago | 
				
					
						|  jules | 2cecf92a0e | Embedded the Apple CoreAudio support files inside the juce_audio_plugin module, so that users no longer need to install or patch these files themselves! | 10 years ago | 
				
					
						|  jules | f4ec37c704 | Fixed a typo in the VST3 code that affected latency change reporting. | 10 years ago | 
				
					
						|  jules | 6c662a70f0 | Added a macro JucePlugin_AUHighResolutionParameters, which can be used if you're building an AU and want to enable the kAudioUnitParameterFlag_IsHighResolution flag. | 10 years ago | 
				
					
						|  hogliux | 359f6e29aa | Fix multiple warnings in VS 2015 | 10 years ago | 
				
					
						|  jules | 861d3d9710 | Version 3.2.0 | 10 years ago | 
				
					
						|  hogliux | c7b8e77031 | Update copyright notice | 10 years ago | 
				
					
						|  hogliux | 52825b180b | Fix build error with newest AAX SDK | 10 years ago | 
				
					
						|  jules | 6ea3b5ba49 | Added Final Cut to the PluginHostType list of recognised hosts. | 10 years ago | 
				
					
						|  jules | f92828f1f0 | Added an ignoreUnused in the AU code. | 10 years ago | 
				
					
						|  jules | d1348f7f5a | Added a header guard to juce_IncludeModuleHeaders.h | 10 years ago | 
				
					
						|  jules | dffe781318 | Fix for RTAS parameter default values. | 10 years ago | 
				
					
						|  hogliux | 04df084d73 | Change behaviour of VST3EditController::setComponentState to fall through to base class instead of returning false | 10 years ago | 
				
					
						|  hogliux | 2b27f5b36e | Fix automation issue when automation points are edited before opening editor. See: http://www.juce.com/forum/topic/automation-issue-cubase/nuendo#new | 10 years ago | 
				
					
						|  Timur Doumler | a0c30467da | Fixed an issue where an AU host would not update the current preset name in case it was changed inside the plugin. | 10 years ago | 
				
					
						|  jules | e056223b52 | Removed a Logic workaround that's no longer needed. | 10 years ago | 
				
					
						|  hogliux | a401655297 | Fix missed linux warning in VST wrapper | 10 years ago | 
				
					
						|  hogliux | e732c6e6d8 | Fix VisualStudio warning | 10 years ago | 
				
					
						|  jules | e0556acccc | Added a JucePlugin_PreferredChannelConfigurations_AAX flag which can be used as an AAX-specific alternative to JucePlugin_PreferredChannelConfigurations in edge-case situations where you need it to be different. | 10 years ago | 
				
					
						|  jules | 1ee737c7cd | Removed no-longer-necessary check in the AU code which was producing a warning. | 10 years ago | 
				
					
						|  jules | c0ccc756e4 | Made it possible to build plugins with            JUCE_MODAL_LOOPS_PERMITTED turned off | 10 years ago | 
				
					
						|  jules | 4eecccfd92 | Fix for Ableton plugin window resizing issues. | 10 years ago | 
				
					
						|  jules | 95b4198e2c | Removed a couple of superfluous methods from AudioProcessor. | 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 | 
				
					
						|  jules | 3bcc182fe9 | Fix for blank windows when closing VST windows on Cubase 7 or later. | 10 years ago | 
				
					
						|  jules | 53314f8eda | Fix for plugin resize/repaint glitch when running in Ableton. | 10 years ago | 
				
					
						|  jules | 0bb60f9c76 | VST3 parameter begin/end workaround for problems in Cubase. | 10 years ago | 
				
					
						|  jules | 4058c25da3 | Added a missing namespace in the AAX code. | 10 years ago | 
				
					
						|  jules | 251a059644 | Fixes for AAX yesterday's chunk improvements. | 10 years ago | 
				
					
						|  jules | bb14c94af2 | Added missing virtual destructor to StandalonePluginHolder. | 10 years ago | 
				
					
						|  jules | ab018dbe38 | Virtualised a couple of methods in StandalonePluginHolder | 10 years ago | 
				
					
						|  jules | 61293f590e | Fix for an AAX problem involving chunks on multiple threads | 10 years ago | 
				
					
						|  jules | 05cc54abf6 | Improved AAX support for parameter value<->string conversion, and fix for some problems with AAX parameter highlighting. | 10 years ago | 
				
					
						|  jules | 3e947f1612 | Fixes for unused parameter warnings when modal loops are disabled. | 10 years ago | 
				
					
						|  jules | 7819bd39fc | AAX tweak to work around a bug when loading RTAS presets in an AAX. | 10 years ago | 
				
					
						|  jules | 2dc21b670e | Removed an old workaround for AAX which has since been fixed in the SDK. | 10 years ago | 
				
					
						|  jules | b640d965b7 | Added a few new methods to FloatVectorOperations | 10 years ago | 
				
					
						|  jules | 6682e07fe6 | Linux VST windowing fix. | 10 years ago | 
				
					
						|  jules | c1dbb8684a | Fix for auval fail with parameter strings in plugins with old-style parameter implementations. | 10 years ago | 
				
					
						|  jules | aea422609c | Avoided some compiler warnings about unused functions. | 10 years ago | 
				
					
						|  jules | ae8910cbcf | Extended the AU wrapper to implement the kAudioUnitProperty_ParameterStringFromValue and kAudioUnitProperty_ParameterValueFromString properties. | 10 years ago |