|  reuk | 36e35aef3b 
										
											
										
									 | AudioPluginHost:  Display format of loaded plugins in graph view | 4 years ago | 
				
					
						|  reuk | 12fd1479a8 
										
											
										
									 | AudioPluginHost:  Only add editor menu item for plugins with editors | 4 years ago | 
				
					
						|  reuk | b30d6b0714 
										
											
										
									 | AudioPluginHost:  Avoid calling repaint inside parameter change callbacks | 4 years ago | 
				
					
						|  reuk | 9549f8c95e 
										
											
										
									 | AudioPluginHost:  Try to find matching plugins by uniqueId if loading initially fails | 4 years ago | 
				
					
						|  reuk | 432cd793d7 
										
											
										
									 | AudioPluginHost:  Avoid drawing in unsafe areas of the screen on mobile | 4 years ago | 
				
					
						|  ed | 3a0af69eff | AudioPluginHost:  Added an application-level setting for scaling plug-ins on Windows | 4 years ago | 
				
					
						|  ed | f0c90e4c12 | Removed some unnecessary isOnTouchDevice() checks in the AudioPluginHost | 5 years ago | 
				
					
						|  reuk | 394c4fd475 | Clang:  Fix warnings when building with clang 10 | 5 years ago | 
				
					
						|  ed | 009d685179 | Updated all license headers | 5 years ago | 
				
					
						|  reuk | 4292a38327 | Cleanup:  Add some missing explicit constructors | 5 years ago | 
				
					
						|  Tom Poole | 894e7d2bd2 | Updated all license headers | 5 years ago | 
				
					
						|  Tom Poole | 2d16374b14 | Updated all license headers | 5 years ago | 
				
					
						|  reuk | 327f817b9b | Copyrights: Update commercial/gpl headers to be gpl-only | 5 years ago | 
				
					
						|  ed | 7d330ab782 | Always #include JuceHeader.h from the include search path | 5 years ago | 
				
					
						|  ed | 4b118bb45b | Added a MIDI output node to the AudioPluginHost | 5 years ago | 
				
					
						|  ed | 7041be0520 | Save and restore plug-in DPI awareness in AudioPluginHost | 6 years ago | 
				
					
						|  jules | 18bb120179 | Did some long-overdue renaming of "filter" -> "plugin" in the AudioPluginHost demo | 6 years ago | 
				
					
						|  ed | b2a4aaa338 | Updated some deprecated AudioDeviceManager methods in the AudioPluginHost | 6 years ago | 
				
					
						|  ed | 92a9c37bac | Deprecated some thread unsafe methods in KnownPluginList and modernised the interface a bit | 6 years ago | 
				
					
						|  ed | 32bc00871d | Windows:  Fixed some compilation errors and warnings when building the AudioPluginHost in VS2013 | 6 years ago | 
				
					
						|  Tom Poole | d475b17a81 | Fixed some compiler warnings | 6 years ago | 
				
					
						|  Tom Poole | cbdf5e6d21 | Fixed some compiler warnings | 6 years ago | 
				
					
						|  Tom Poole | ab68b98dae | AudioPluginHost:  Added a plug-in debugging window showing parameter value and gesture changes | 6 years ago | 
				
					
						|  ed | 90a692a58c | Enable DPI aware plug-in hosting in the AudioPluginHost | 7 years ago | 
				
					
						|  jules | bc37767edb | Updated the AudioPluginHost app | 7 years ago | 
				
					
						|  Tom Poole | ab863a6dc2 | Replaced all usage of ScopedPointer with std::unique_ptr | 7 years ago | 
				
					
						|  Tom Poole | 4229dc0a4f | Made a lot of ScopedPointer usage conform to the std::unique_ptr interface | 7 years ago | 
				
					
						|  ed | 5527cd8ca1 | Add Android and iOS support to AudioPluginHost | 7 years ago | 
				
					
						|  hogliux | 0db9415de6 | Add bypass support to both hosting and plug-in client code | 7 years ago | 
				
					
						|  hogliux | e05a1549f2 | Re-worked plug-in wrappers to all use new parameter system via LegacyAudioParameter wrapper class | 7 years ago | 
				
					
						|  ed | 44f9a5c256 | Move AudioPluginHost and NetworkGraphicsDemo projects from examples to extras | 7 years ago | 
				
					
						|  ed | 66ee9d6d6d | Rename plugin host and network graphics demo examples | 7 years ago | 
				
					
						|  jules | d727f2a35a | Added MathConstants::halfPi to improve readability | 8 years ago | 
				
					
						|  jules | d0111a4f96 | Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi | 8 years ago | 
				
					
						|  jules | f990723d6f | Added a Visual Studio compiler bug workaround | 8 years ago | 
				
					
						|  jules | d0514c7924 | Cleanup and refactoring work on the AudioProcessorGraph and the audio plugin host demo | 8 years ago | 
				
					
						|  hogliux | 39ce151636 | Plugin Host:  Fixed a potential crash when creating a new document | 8 years ago | 
				
					
						|  jules | 4e5f005421 | Added a method Component::getChildren() to allow them to be iterated with a range-based for loop, and used this in appropriate places around the codebase | 8 years ago | 
				
					
						|  jules | ebe5916c49 | Misc code cleanups | 8 years ago | 
				
					
						|  hogliux | a6b8ad0c75 | Audio Plugin Host:  Double-clicking on Audio/Midi Input/Output Node now opens the audio settings window | 8 years ago | 
				
					
						|  jules | c6da067ac3 | Scraped a layer of crusty old code from some audio plugin host files | 8 years ago | 
				
					
						|  hogliux | b5afccc37c | Updated file headers and the README with the JUCE 5 license | 8 years ago | 
				
					
						|  hogliux | ef2c63e4e3 | Added a new LookAndFeel (V4) and re-skinned the JUCE Demo and examples. Improved the JUCE Demo on mobile devices. | 8 years ago | 
				
					
						|  tpoole | 00673ec3bc | Fixed some MacOS compiler warnings in the JUCE demo host | 8 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 | 
				
					
						|  hogliux | 59cc979cfe | Deallocate all nodes in the graph before calling JUCEApplication::quit in the audio demo host Some NI plug-ins really don't like it if you call [NSApp stop] while they are still loaded.
Fixes #89 | 9 years ago | 
				
					
						|  hogliux | b936786f80 | Remove the recently added shouldReleaseFocusOnMainMenuBarAccess flag and replace with something less intrusive | 9 years ago | 
				
					
						|  jules | 8343f3468c | Found a few missing 'override' specifiers | 9 years ago | 
				
					
						|  jules | 674c833c84 | Added method MouseEvent::mouseWasDraggedSinceMouseDown() | 9 years ago |