|  jules | 6859b9939b | Bit of a clean-up in AudioProcessorGraph. | 11 years ago | 
				
					
						|  jules | 370c562c3c | Added parameter change support to VST3 hosting. | 11 years ago | 
				
					
						|  jules | bdfcfe153d | DRYed some VST3 code | 11 years ago | 
				
					
						|  jules | 91b5d77477 | Version number update | 11 years ago | 
				
					
						|  jules | 2cab1f54de | Endianness fix for header magic in VST FXB file reading/writing. | 11 years ago | 
				
					
						|  jules | f8c3fea5da | Changed class visibility to avoid an MSVC DLL build problem. | 11 years ago | 
				
					
						|  jules | 367748ed6a | Made the VST hosting classes set the kVstTransportCycleActive flag. | 11 years ago | 
				
					
						|  jules | 0d989638cc | Version 3.1.0 | 11 years ago | 
				
					
						|  jules | e98db059f9 | VST3 hosting parameter fix. | 11 years ago | 
				
					
						|  jules | 0ec53673ce | Demo cleanups. | 11 years ago | 
				
					
						|  jules | 30e66ba5d8 | Rejigged the order of initialisation in AudioUnit hosting to try to work around some crashing plugins. | 11 years ago | 
				
					
						|  jules | 4a282ad0a9 | Added methods AudioProcessorParameter::begin/endChangeGesture() | 11 years ago | 
				
					
						|  jules | 9b1d596dd5 | Added new base-class AudioProcessorParameter, and modified the AudioProcessor class to manage a list of these as a cleaner way of handling its parameters. | 11 years ago | 
				
					
						|  jules | 3137e201ec | Re-ordered the initialisation in AudioUnit hosting, to avoid problems with some plugins which don't give a list of their parameters before they've been initialised. | 11 years ago | 
				
					
						|  jules | e137d30385 | Added a method AudioProcessor::getDefaultNumParameterSteps() | 11 years ago | 
				
					
						|  jules | 1fb3ee2e14 | VST3 hosting memory allocation fix. | 11 years ago | 
				
					
						|  jules | 6efc1b8afc | Removed an unnecessary inclusion of Carbon.h | 11 years ago | 
				
					
						|  jules | 4604767220 | Extensions to AudioProcessorEditor to help clicking on AAX controls. | 11 years ago | 
				
					
						|  jules | e6e5d34152 | Made KnownPluginList::getTypeForIdentifierString handle shell plugin IDs. | 11 years ago | 
				
					
						|  jules | aba0ff9240 | Added method AudioProcessorEditor::setControlHighlight() for support of this AAX functionality. | 11 years ago | 
				
					
						|  jules | 4c67754498 | Made the VST host parse the plugin's strings as UTF8. | 11 years ago | 
				
					
						|  jules | 99e8445b96 | Version number update | 11 years ago | 
				
					
						|  jules | 7c61188bf9 | Cleaned up a few places where four-char constants were used, to prevent warnings. | 11 years ago | 
				
					
						|  jules | 43cac64c42 | Fixed a minor typo in VST3 hosting. | 11 years ago | 
				
					
						|  jules | 97b0a7df3c | Made AudioProcessor::setNonRealtime virtual to allow subclasses to intercept this. | 11 years ago | 
				
					
						|  jules | bfe91a07a5 | Moved an assertion to avoid a melodyne vst3 bug. | 11 years ago | 
				
					
						|  jules | 7d8b9ad597 | Avoided a few linux gcc warnings. | 11 years ago | 
				
					
						|  jules | 5d5f0d2cad | Clarified some documentation about AudioProcessor::suspendProcessing | 11 years ago | 
				
					
						|  jules | 7c0d0ae677 | VST hosting: tweaked the way 64-bit plugin NSViews are created, to avoid an extra intermediate parent NSView which seems to break some plugins. | 11 years ago | 
				
					
						|  jules | e35096148e | Made the AU wrapper detect program changes. | 11 years ago | 
				
					
						|  jules | d2e1c7f679 | Version number update | 11 years ago | 
				
					
						|  jules | 993d4a6e59 | Small fix for win32 VST hosting keyboard hooks. | 11 years ago | 
				
					
						|  jules | 3b88555140 | Replaced the old, badly-named and badly-implemented String::compareLexicographically() method with String::compareNatural(), which uses a smarter algorithm. Also added a method StringArray::sortNatural() which uses this. | 11 years ago | 
				
					
						|  jules | ead283e95c | Made sure that VST3 plugin views have setFrame (nullptr) called before their UIs are closed, because some plugins seem to expect this. | 11 years ago | 
				
					
						|  jules | f8e9a13f1d | Version number update | 11 years ago | 
				
					
						|  jules | d01a508217 | Added a method AudioProcessor::isParameterInverted(), and support for this in AAX/RTAS | 11 years ago | 
				
					
						|  jules | 549b08312e | Workaround for some VST3 plugin resizing issues. | 11 years ago | 
				
					
						|  jules | cc3aa5c757 | Avoiding crashes in plugins if components get deleted during a paint callback | 11 years ago | 
				
					
						|  jules | acebbfd576 | Some VST3 hosting fixes for speaker arrangements and tail length. | 11 years ago | 
				
					
						|  jules | 201ba182d5 | VST hosting: made sure that effEditClose is called on Mac builds with Carbon support. | 11 years ago | 
				
					
						|  jules | 2e8b09b3eb | VST3 window size fix. | 11 years ago | 
				
					
						|  jules | 6588d04be0 | VST3 hosting - added context menu support. | 11 years ago | 
				
					
						|  jules | 2910d60459 | Fixed some out-of-date documentation | 11 years ago | 
				
					
						|  jules | 766e98b01f | VST3 hosting fixes | 11 years ago | 
				
					
						|  jules | b6f1a518ca | Fix for VST3 host build. | 11 years ago | 
				
					
						|  jules | 40ad479b96 | Couple of minor cleanups. | 11 years ago | 
				
					
						|  jules | 91d9c96338 | Minor clean-ups | 11 years ago | 
				
					
						|  jules | 4e6e2a396e | Minor compiler warning fix. | 11 years ago | 
				
					
						|  jules | 80fef3200c | Added parameter change callbacks to VST3 hosting. | 11 years ago | 
				
					
						|  jules | 0eab0962ba | Avoided parameter jumping when dragging the sliders in the GenericAudioProcessorEditor | 11 years ago |