|  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 | 
				
					
						|  jules | 81a76efcd3 | Fix for dsp::ProcessorChain when used with a non-replacing context | 7 years ago | 
				
					
						|  Tom Poole | af9526a1c3 | DSP:  Fixed a bug when oversampling multiple channels | 8 years ago | 
				
					
						|  jules | 30a97ec91b | Added some assertions to StateVariableFilter | 7 years ago | 
				
					
						|  jules | fdebb67071 | DSP module: Added a Phase class | 7 years ago | 
				
					
						|  jules | 73c319d249 | Tidied up a few issues in AudioBlock | 8 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 | 8d8c69beb8 | Documentation typo fix | 8 years ago | 
				
					
						|  Zsolt Garamvolgyi | 8f02179bbf | Various additions to SIMDRegister | 8 years ago | 
				
					
						|  jules | f85d706131 | Some minor formatting and comment fixes | 8 years ago | 
				
					
						|  Tom Poole | 1ff97d3688 | DSP:  Fixed a bug when oversampling multiple channels | 8 years ago | 
				
					
						|  ed | a7055c3a96 | Fixed a parameter name in Oscillator.h | 8 years ago | 
				
					
						|  hogliux | 328c0f6593 | DSP:  Add "DSP" UnitTest category to dsp module UnitTests | 8 years ago | 
				
					
						|  jules | c1bdfc6a55 | Added a safety assertion to check if an Oscillator's been initialised | 8 years ago | 
				
					
						|  jules | 1e3e4ab195 | Fixed a compiler warning | 8 years ago | 
				
					
						|  jules | 8bcb06ce6c | DSP module:  Various fixes and features including new LadderFilter | 8 years ago | 
				
					
						|  hogliux | 13d18e406c | Linux:  Fixed a build error with gcc on linux when using SIMD registers in the DSP module's IIR filter | 8 years ago | 
				
					
						|  jules | 3d7c777238 | Some light modernisation of a bunch of old code | 8 years ago | 
				
					
						|  jules | 5eb8f9c2c2 | Normalised all the copy/move/assignment constructors for the dsp module IIR and FIR filter classes. These now do NOT reset the filter when they get copied, and they expect that the user-supplied process state class is copyable | 8 years ago | 
				
					
						|  jules | 82648926c6 | Whitespace | 8 years ago | 
				
					
						|  jules | 82073da570 | Made the dsp::Filter copy constructor reset the state. Also added a couple of missing move constructors to that class | 8 years ago | 
				
					
						|  jules | e0c079c448 | Added a couple of assertions in IIR::Coefficients | 8 years ago | 
				
					
						|  hogliux | 74c7633aab | DSP:  snapToZero is now a public method of the IIR and StateVariable filters so that they can be called manually after sample by sample processing | 8 years ago | 
				
					
						|  hogliux | e2c8e30d72 | Added a ScopedNoDenormal class to temporarily disable denormals | 8 years ago | 
				
					
						|  jules | eda613c6db | Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools | 8 years ago | 
				
					
						|  hogliux | 11d031f9f0 | DSP:  Added missing snapToZero in the StateVariableFilter | 8 years ago | 
				
					
						|  hogliux | f1d6298206 | DSP:  Fixed multiple issues with the DSP Oversampling class and updated DSP module plug-in demo code accordingly | 8 years ago | 
				
					
						|  tpoole | 9600016294 | Fixed some undefined (or implementation defined) behavior | 8 years ago | 
				
					
						|  hogliux | bd6ca234cb | Added Oversampling processor to DSP module | 8 years ago | 
				
					
						|  hogliux | ccd988ef5e | DSP:  Fixed a potential crash when using the default constructor of ProcessorDuplicator | 8 years ago | 
				
					
						|  hogliux | 0d269763e2 | Fixed a compiler error when using the default constructor of dsp::IIR::Filter | 8 years ago | 
				
					
						|  hogliux | 048f319c38 | DSP:  Added a second reset method to flush the IIR filter to a specific value | 8 years ago | 
				
					
						|  jules | 969bd87599 | Fixed a typo in comments for Oscillator | 8 years ago | 
				
					
						|  hogliux | dc4fd0c29e | Fix the documentation of the Oscillator class | 8 years ago | 
				
					
						|  hogliux | 4727eeabdc | Fixed a missing reset implementation of the Bias processor in the DSP module | 8 years ago | 
				
					
						|  hogliux | 606a81cc14 | DSP:  Fixed a potential crash when using the default constructor of ProcessorDuplicator | 8 years ago | 
				
					
						|  tpoole | f107d11630 | Documentation fixes | 8 years ago | 
				
					
						|  tpoole | 6e818d42f4 | Documentation fixes | 8 years ago | 
				
					
						|  tpoole | 77dd64abfa | Documentation fixes | 8 years ago | 
				
					
						|  tpoole | 7c4a23bac7 | Documentation fixes | 8 years ago |