Tom Poole
6cff481c6a
Fixed some gcc 8 compiler warnings
6 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
hogliux
544e35655a
DSP: Solved an issue with dsp::Convolution algorithm initialisation
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
dc7217fbbb
DSP: Fixed a bug in AudioBlock::multiply where the linear smoothed value would not be applied
7 years ago
jules
87042769b6
Tidied up some more old typedefs
7 years ago
ed
2d79cc78c0
Bump version number to 5.3.2
7 years ago
Noah Dayan
5de929de5e
Fixed some Doxygen warnings in AudioBlock and SIMDRegister
7 years ago
jules
38295f332b
Converted some old typedefs to using declarations
7 years ago
Noah Dayan
a21ff3356d
Fixed some Doxygen warnings in juce_AudioBlock.h
7 years ago
hogliux
5faef29f3e
DSP: added the methods AudioBlock::copyTo/AudioBlock::copyFrom which facilitate copying to/from an AudioBuffer
7 years ago
hogliux
b719acf3e2
DSP: Fixed various undefined behavior in SIMDRegister
7 years ago
hogliux
f0e035f742
Fixed a compiler error in the DSP module when using clang C++17 support
7 years ago
hogliux
bb78ed2006
Make sure that a recent dsp compiler warnings fix is only applied to newer gcc versions
7 years ago
hogliux
d7528138cb
DSP SIMD: Fixed a potential compiler error and warning on some versions of gcc and added a unit-test to test some untested comparison SIMD operations
7 years ago
Tom Poole
ab863a6dc2
Replaced all usage of ScopedPointer with std::unique_ptr
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
hogliux
2f2ff9437b
Windows: Fixed various compiler warnings and errors when building JUCE with MSVC's latest C++ 2017 support
7 years ago
Tom Poole
4229dc0a4f
Made a lot of ScopedPointer usage conform to the std::unique_ptr interface
7 years ago
Noah Dayan
1a31c86f39
Bump version number to 5.3.1
7 years ago
jules
d691838765
Tidied up a few minor coding style discrepencies
7 years ago
ed
262dff8854
Bump version number to 5.3.0
7 years ago
ed
cdbc28c18b
Add documentation tags
7 years ago
ed
8aa40a72c8
Add guards to juce_blocks_basics, juce_dsp and juce_osc modules to ensure that they are not built if the compiler does not support them
7 years ago
Lukasz Kozakiewicz
3f7220c2af
AudioBlock: remove unnecessary cast from size_t to int.
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
ed
fa0f7a4281
Bump version number to 5.2.1
7 years ago
hogliux
f73fc41af1
DSP: Various improvements to the convolution engine (see commit message for more info)
* The stereo option now works like in most guitar amplifier simulations : whatever the number of channels in the process function, or defined in the prepare function, the parameter "wantsStereo" allows the class to do all the time mono or stereo processing
* Fixed a few issues when the user tries to change the normalization or trimming option without changing the impulse response itself
* Reduced memory consumption in various places
* Various improvements to the documentation
7 years ago
jules
f71df8704a
Added an AudioBlock::multiply() overload for LinearSmoothedValue
7 years ago
Noah Dayan
365507d7fd
Fixed typo in juce_SIMDRegister.h
7 years ago
Noah Dayan
e1abac681d
Fixed typos in juce_SIMDRegister.h
7 years ago
ed
6d8d90e9d8
Fixed a typo
7 years ago
Tom Poole
7d943e76dc
Tidied up some module dependencies
7 years ago
jules
e79663e5f5
Fix for dsp::ProcessorChain when used with a non-replacing context
7 years ago
jules
48a5fbd333
Another batch of ScopedPointer cleanups
7 years ago
jules
f9313c8338
Deprecated some old functions roundDoubleToInt and roundFloatToInt - these can both be trivially replaced by roundToInt, and should have been deprecated long ago!
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
7 years ago
Tom Poole
e3aede39d8
DSP: Fixed an overly restrictive assertion in the Matrix multiplication operator
7 years ago
jules
30a97ec91b
Added some assertions to StateVariableFilter
7 years ago
jules
c4342e684d
Added some get/set/addSample methods to AudioBlock
7 years ago
jules
4797b29b27
DSP: Added Butterworth methods to the FilterDesign class
7 years ago
jules
fdebb67071
DSP module: Added a Phase class
7 years ago
jules
73c319d249
Tidied up a few issues in AudioBlock
7 years ago