|  jules | 82f6189f91 | Introjucer: Avoided unnecessary VST3 copy phase step. | 11 years ago | 
				
					
						|  jules | 91d9c96338 | Minor clean-ups | 11 years ago | 
				
					
						|  jules | 897c3c8044 | Introjucer: correctly setting the JucePlugin_ManufacturerEmail macro. | 11 years ago | 
				
					
						|  jules | 060a8cb05f | Introjucer: added customisable VST category setting. | 11 years ago | 
				
					
						|  jules | 3617bca65f | Added multi-mono control for AAX. Fixed a problem with RTAS automation when opening plugin UIs. | 11 years ago | 
				
					
						|  jules | 95d9d489a1 | Removed an obsolete AAX config. | 11 years ago | 
				
					
						|  jules | 70f8ae36e9 | Introjucer: removed redundant plugin website field, and used the website value that's already set for the project instead when creating plugin projects. | 11 years ago | 
				
					
						|  jules | ba2ae2dd12 | Introjucer: added some backslashes to the plugin install script path. | 11 years ago | 
				
					
						|  jules | e22e536626 | Couple of tweaks to VST3 generation. | 11 years ago | 
				
					
						|  jules | 4fe7240eb2 | Initial version of VST3 plugin support. | 11 years ago | 
				
					
						|  jules | fb2a5fc857 | Updates to introjucer for VST3 targets. | 11 years ago | 
				
					
						|  jules | 2c3d639d91 | Introjucer: fix for RTAS path when exporting VC projects. | 12 years ago | 
				
					
						|  jules | 63cb062d35 | Initial commit of VST3 hosting. | 12 years ago | 
				
					
						|  jules | 81435f8134 | Made a few constant string arrays static to help compilers to optimise their initialisation. | 12 years ago | 
				
					
						|  jules | a9aae9651b | Big refactoring of the introjucer's module handling - removed the global module path, and each module now stores its path for each exporter. Rewrote all the UI for downloading + updating modules. | 12 years ago | 
				
					
						|  jules | ddc1524742 | Updated headers in demo project files. | 12 years ago | 
				
					
						|  jules | 5601c4d189 | Introjucer: Added an exporter for Code::Blocks projects | 12 years ago | 
				
					
						|  jules | 7875fffa2a | Introjucer: fixed some AAX + RTAS paths. | 12 years ago | 
				
					
						|  jules | d3ea70d8c4 | AU name format fix. | 12 years ago | 
				
					
						|  jules | f68713f704 | Introjucer: update to remove AUCocoaViewClassName | 12 years ago | 
				
					
						|  jules | 4fe02d2c8d | AudioUnits: eliminated the JucePlugin_AUCocoaViewClassName parameter - this is no longer needed. Also rearranged the way AUPlugInDispatch.cpp is included, to improve compatibility. (You may need to re-save your projects in the introjucer to build with these changes) | 12 years ago | 
				
					
						|  jules | aff0d98e4b | Removed JucePlugin_TailLengthSeconds and added a getTailLengthSeconds() method to AudioProcessor instead. | 12 years ago | 
				
					
						|  jules | fe355dbae7 | Introjucer: AAX win32 library linking. | 12 years ago | 
				
					
						|  jules | ddb6b969ea | Introjucer: new plist format for AU plugins. | 13 years ago | 
				
					
						|  jules | 99088bd0d7 | Updated AU plugin wrapper generation to provide new factory entry points. | 13 years ago | 
				
					
						|  jules | 234525aef9 | Increased the warning level in a couple of OSX builds, and removed some pedantic warnings in the introjucer. | 13 years ago | 
				
					
						|  jules | e954a6558b | Introjucer: More explicit control over the MSVC DLL runtime mode. | 13 years ago | 
				
					
						|  jules | 88c0b1e512 | Introjucer: Better AU plugin type setting for midi synths. | 13 years ago | 
				
					
						|  jules | 36ce338d98 | Added an AU header path. | 13 years ago | 
				
					
						|  jules | 2c72bfac6c | Reimplemented the VST hex/decimal version change. | 13 years ago | 
				
					
						|  jules | aa0eb1a75d | Changed the VST version number to be parsed as base-10 rather than base-16. | 13 years ago | 
				
					
						|  jules | ab7c03a99e | Introjucer: Added MSVC option for using DLL runtime lib. | 13 years ago | 
				
					
						|  jules | 877ac3b683 | Introjucer: RTAS path fix. | 13 years ago | 
				
					
						|  jules | 6cba4c505e | Added a JucePlugin_RTASDisableMultiMono setting. | 13 years ago | 
				
					
						|  jules | 6a280720d5 | Introjucr: RTAS path fix. | 13 years ago | 
				
					
						|  jules | 128aacaccb | Introjucer: added an extra search path for Xcode carbon headers. | 13 years ago | 
				
					
						|  jules | 0640631d80 | Added a JucePlugin_Version define to the audio plugin headers. | 13 years ago | 
				
					
						|  jules | bc259dc955 | Added flag: JucePlugin_AAXDisableBypass | 13 years ago | 
				
					
						|  jules | d830f6c5d4 | Couple of fixes for win32 AAX builds. | 13 years ago | 
				
					
						|  jules | 06e2a667fb | Introjucer: change to android manifest to improve graphics performance. Stopped alertwindows being always-on-top in plugins. | 13 years ago | 
				
					
						|  jules | 5428554cda | Added a flag to disable bypass in RTAS. | 13 years ago | 
				
					
						|  jules | e49c56109b | Introjucer: Updated RTAS include path (on win32) | 13 years ago | 
				
					
						|  jules | b20b5f9276 | Introjucer: fix for Xcode post-build script in audio plugin projects. | 13 years ago | 
				
					
						|  jules | 7a1c8f61a5 | RTAS build fixes. | 13 years ago | 
				
					
						|  jules | ead42bd39a | Introjucer: Added an Xcode post-build script setting. Enlarged some of the settings page boxes, allowing multi-line text entry for some paths and preprocessor settings. Moved the modules list to its own tree-item. | 13 years ago | 
				
					
						|  jules | 9074f68da8 | Introjucer: more AAX support and some clean-ups. | 13 years ago | 
				
					
						|  jules | 2cf53557f6 | Helper class for dynamically building Obj-C classes, and conversion of internal app delegate class to use this. | 13 years ago | 
				
					
						|  jules | 5509a4f950 | Introjucer: more AAX work. | 13 years ago | 
				
					
						|  jules | 0a9223dd36 | Introjucer: minor AAX stuff. | 13 years ago | 
				
					
						|  jules | f110506be7 | AAX work. | 13 years ago |