|  ed | 1a46fb3a5f | Minor whitespace tidying | 6 years ago | 
				
					
						|  Tom Poole | ba4f9d5fe5 | VST3:  Fixed a MIDI routing bug | 6 years ago | 
				
					
						|  Tom Poole | 6d4549499c | Fixed an issue where AudioProcessorGraph would drop MIDI notes close to the playhead when started | 6 years ago | 
				
					
						|  ed | af1cc0c70f | Minor documentation fixes | 6 years ago | 
				
					
						|  ed | 24de5cf3c2 | Added a missing case for wrapperType_Unity in AudioProcessor::getWrapperTypeDescription() | 6 years ago | 
				
					
						|  ed | a234721110 | Added various clang-tidy modernize-* fixes | 6 years ago | 
				
					
						|  jules | cdb55f70c2 | Changes to avoid some clang warnings | 6 years ago | 
				
					
						|  Tom Poole | 6b7a870f0b | Windows:  Restricted the thread safe Studio One hang fix to only non-realtime cases | 7 years ago | 
				
					
						|  Tom Poole | b7fbdd7009 | Windows:  Added a more thread safe fix for the Studio One hang | 7 years ago | 
				
					
						|  Tom Poole | d19c410713 | Windows:  Fixed a hang in AudioProcessorGraph when doing non-realtime processing in Studio One | 7 years ago | 
				
					
						|  ed | eaf0f990d4 | Replaced all uses of static_cast<Type&&> with std::move | 7 years ago | 
				
					
						|  ed | 5c4329e0fc | Ensure that setting a plug-in to be non-resizable using AudioProcessorEditor::setResizable() does not overwrite custom bounds constrainers | 7 years ago | 
				
					
						|  Tom Poole | 7e1db1aa4f | Added plug-in parameter groups | 7 years ago | 
				
					
						|  Tom Poole | 493591a7ef | Cleaned up some doc comments | 7 years ago | 
				
					
						|  reuk | 18bdd52607 | Fixed a potential race in AudioProcessorGraph | 7 years ago | 
				
					
						|  Tom Maisey | 5347552122 | Removed some redundant code in AudioProcessorGraph | 7 years ago | 
				
					
						|  Tom Poole | 0e1722e387 | Multiple spelling fixes | 7 years ago | 
				
					
						|  ed | 2b918c1495 | Fixed a couple of typos | 7 years ago | 
				
					
						|  Tom Poole | 47306161ef | AUv3:  Fixed a bug setting discrete parameters from the GUI | 7 years ago | 
				
					
						|  Tom Poole | 08d67c763f | Made some JUCE classes TriviallyCopyable | 7 years ago | 
				
					
						|  jules | 7813a45b24 | Workaround for old Visual Studio compatibility | 7 years ago | 
				
					
						|  jules | bc37767edb | Updated the AudioPluginHost app | 7 years ago | 
				
					
						|  jules | 341783a445 | Changed AudioProcessorGraph::NodeID from a typedef to a strong type to avoid accidental casts happening | 7 years ago | 
				
					
						|  jules | 1e6bbb8da9 | Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this | 7 years ago | 
				
					
						|  Tom Poole | 102ed4a9f2 | Fixed some compiler warnings | 7 years ago | 
				
					
						|  jules | 49aa9c9db4 | Added flag JUCE_STRICT_REFCOUNTEDPOINTER which is recommended to avoid accidental leaks when using ref-counted pointers. Enabled this flag in the demo projects, and used it to help tidy up some dubious smart-pointer use | 7 years ago | 
				
					
						|  jules | ed3b214912 | Added method AudioProcessor::getWrapperTypeDescription | 7 years ago | 
				
					
						|  Tom Poole | 072ff1ec02 | Changed a variable name to more clearly denote a normalised parameter value | 7 years ago | 
				
					
						|  hogliux | d37187c959 | Re-named AudioProcessor in previous commit to not be plug-in format specific | 7 years ago | 
				
					
						|  hogliux | 4d0b1167f0 | AAX:  Added support for EQ curve graphs via a new AudioProcessor callback AudioProcessor::getAAXCurve | 7 years ago | 
				
					
						|  ed | 527625b699 | Added support for building Unity native audio plugins on desktop platforms | 7 years ago | 
				
					
						|  Tom Poole | 3a0ab9f42a | Added a comment to clarify the behaviour of hosted parameter IDs | 7 years ago | 
				
					
						|  jules | 38295f332b | Converted some old typedefs to using declarations | 7 years ago | 
				
					
						|  Tom Poole | ab863a6dc2 | Replaced all usage of ScopedPointer with std::unique_ptr | 7 years ago | 
				
					
						|  Tom Poole | 8ec069cabe | Fixed a race condition in AudioProcessorGraph | 7 years ago | 
				
					
						|  Tom Poole | c7c26fa9f0 | Removed the OS X 10.5 and 10.6 deployment target options from the Projucer and enabled more C++11 features across all platforms | 7 years ago | 
				
					
						|  Tom Poole | fd73d77484 | Added some checks on index values in AudioProcessor | 7 years ago | 
				
					
						|  Tom Poole | 208c7923dc | Fixed some bugs in GenericAudioProcessorEditor | 7 years ago | 
				
					
						|  hogliux | 125c56293f | Removed a return statement in a function returning void | 7 years ago | 
				
					
						|  Tom Poole | 4229dc0a4f | Made a lot of ScopedPointer usage conform to the std::unique_ptr interface | 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 | cdbc28c18b | Add documentation tags | 7 years ago | 
				
					
						|  Lukasz Kozakiewicz | b5e1c3d4c4 | AudioProcessorGraph:   start outputting audio only after the graph is prepared. | 7 years ago | 
				
					
						|  Lukasz Kozakiewicz | 3fcbead84c | AudioProcessor:   update obsolete comments (remove reference to non-existent AudiobusLayout). | 7 years ago | 
				
					
						|  Tom Poole | 524ff595d9 | Added a missing function deprecation | 7 years ago | 
				
					
						|  Tom Poole | 611971181f | Added host-side AudioProcessorParameter implementations, deprecated the old methods for managing parameters, and updated the GenericAudioProcessorEditor | 7 years ago | 
				
					
						|  Tom Poole | d3d1eeb770 | Added an AudioProcessorParameter listener class | 7 years ago | 
				
					
						|  Tom Poole | d0c2c025ce | Added the ability to mark an AudioProcessorParameter as boolean | 7 years ago | 
				
					
						|  jules | e55e87ee0e | Fixed a compile problem where Atomic<bool> isn't available on some architectures | 7 years ago |