|  Ivan Cohen | c138bf91b4 | DSP:  Revamp DSP module | 5 years ago | 
				
					
						|  Tom Poole | 894e7d2bd2 | Updated all license headers | 5 years ago | 
				
					
						|  reuk | 327f817b9b | Copyrights: Update commercial/gpl headers to be gpl-only | 5 years ago | 
				
					
						|  reuk | adbf5fc219 | DSP:  Add ProcessorChain tests | 5 years ago | 
				
					
						|  reuk | b9835d3a0c | DSP:  Fix tuple index sequence generator | 5 years ago | 
				
					
						|  reuk | 04adb2fa79 | DSP:  Tidy up ProcessorChain implementation | 5 years ago | 
				
					
						|  reuk | a7d5d8dd95 | DSP:  Add missing consts in Oversampling | 5 years ago | 
				
					
						|  ed | 46aa467303 | Removed const qualifier from dsp::Bias::processSample() | 5 years ago | 
				
					
						|  ed | a54da0b832 | Fixed some more typos | 5 years ago | 
				
					
						|  Tom Poole | 8b8c3b3280 | DSP:  Fixed a bug oversampling an AudioBlock referencing const data | 6 years ago | 
				
					
						|  ed | 4edb0d2c90 | Tidied up some divider comments | 6 years ago | 
				
					
						|  Tom Poole | 41055ad782 | DSP:  Refactored AudioBlock | 6 years ago | 
				
					
						|  ed | 497a1b3fb7 | Added juce_UnitTestCategories.h to replace raw strings used for test categories | 6 years ago | 
				
					
						|  reuk | 55c512d9a1 | DSP:  Fixed a potential dangling reference issue in ProcessContext | 6 years ago | 
				
					
						|  reuk | 827055c2c1 | DSP:  Allowed AudioBlocks of const elements | 6 years ago | 
				
					
						|  ed | 1a46fb3a5f | Minor whitespace tidying | 6 years ago | 
				
					
						|  ed | 13fadfe5e3 | Minor documentation cleanup in the DSP module | 6 years ago | 
				
					
						|  Tom Poole | 9f344aaa5a | DSP:  Added an assertion to protect against invalid use of ProcessContextNonReplacing | 6 years ago | 
				
					
						|  Tom Poole | 315db2df93 | Documentation fixes | 6 years ago | 
				
					
						|  Tom Poole | aa361c9cf5 | Documentation fixes | 6 years ago | 
				
					
						|  Tom Poole | 4751e9d41a | Added a new templated SmoothedValue class | 6 years ago | 
				
					
						|  Tom Poole | 6f2f9afb06 | LinearSmoothedValue:  Changed the new interface | 6 years ago | 
				
					
						|  reuk | b8278cec0e | LinearSmoothedValue:  Added some helpful member functions and deprecated setValue | 6 years ago | 
				
					
						|  Tom Poole | 77feb173b0 | DSP:  Improved some variable names and documentation | 6 years ago | 
				
					
						|  ed | a234721110 | Added various clang-tidy modernize-* fixes | 6 years ago | 
				
					
						|  ed | eaf0f990d4 | Replaced all uses of static_cast<Type&&> with std::move | 7 years ago | 
				
					
						|  Tom Poole | ceec72457d | DSP:  Added some const processor accessors | 7 years ago | 
				
					
						|  Tom Poole | 55ebd17dfc | Fixed a bug in the Oversampling class | 7 years ago | 
				
					
						|  Tom Poole | 4137ee1b7d | DSP:  Fixed a couple of issues with the Oversampling class | 7 years ago | 
				
					
						|  Ivan COHEN | 9829a8ad09 | Made the dsp::Oversampling class more customisable | 7 years ago | 
				
					
						|  Tom Poole | 044c36f5bb | DSP:  Fixed some errors in the previous commit | 7 years ago | 
				
					
						|  Tom Poole | 1396d7cfc5 | DSP:  Fixed an issue returning arrays of reference counted objects | 7 years ago | 
				
					
						|  jules | 397b0f80a2 | bit of code clean-up | 7 years ago | 
				
					
						|  Tom Poole | 493591a7ef | Cleaned up some doc comments | 7 years ago | 
				
					
						|  Tom Poole | 6cff481c6a | Fixed some gcc 8 compiler warnings | 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 | 
				
					
						|  Noah Dayan | f2824e96ef | Fixed typos in the DSP module | 7 years ago | 
				
					
						|  hogliux | f0e035f742 | Fixed a compiler error in the DSP module when using clang C++17 support | 7 years ago | 
				
					
						|  Tom Poole | ab863a6dc2 | Replaced all usage of ScopedPointer with std::unique_ptr | 7 years ago | 
				
					
						|  hogliux | 2f2ff9437b | Windows:  Fixed various compiler warnings and errors when building JUCE with MSVC's latest C++ 2017 support | 7 years ago | 
				
					
						|  jules | d691838765 | Tidied up a few minor coding style discrepencies | 7 years ago | 
				
					
						|  ed | cdbc28c18b | Add documentation tags | 7 years ago | 
				
					
						|  Tom Poole | 7ec4cbdec0 | Fixed a typo | 7 years ago | 
				
					
						|  Tom Poole | 400691b8e0 | DSP:  Fixed an issue calling reset() on IIRFilters with SIMDRegister template types | 7 years ago | 
				
					
						|  hogliux | 2577ed103f | DSP:  When given an input signal, the Oscillator processor will now mix it's output signal to the input, instead of replacing it | 7 years ago | 
				
					
						|  hogliux | 0ba6cb4ecf | DSP:  Added bypass support to ProcessChain and ensured that all DSP processors respect the process context's bypass flag | 7 years ago | 
				
					
						|  jules | e79663e5f5 | Fix for dsp::ProcessorChain when used with a non-replacing context | 7 years ago | 
				
					
						|  jules | 7326a37795 | Added some missing math constants to the Javascript parser, and a constant MathConstants::sqrt2 | 7 years ago |