ed
6d39f01793
Bump version number to 5.4.1
6 years ago
Tom Poole
55ebd17dfc
Fixed a bug in the Oversampling class
6 years ago
ed
0b8fcc7a15
Bump version number to 5.4.0
6 years ago
Tom Poole
4137ee1b7d
DSP: Fixed a couple of issues with the Oversampling class
6 years ago
Ivan COHEN
9829a8ad09
Made the dsp::Oversampling class more customisable
6 years ago
jules
77634bc802
Fixed an issue in dsp::FilterDesign functions, and added some extra functionality
6 years ago
Tom Poole
efddea0eff
DSP: Fixed an uninitialised memory issue in the Convolution class
6 years ago
Tom Poole
044c36f5bb
DSP: Fixed some errors in the previous commit
6 years ago
Tom Poole
1396d7cfc5
DSP: Fixed an issue returning arrays of reference counted objects
6 years ago
Tom Poole
56022b6680
DSP: Fixed an uninitialised memory issue in the Convolution class
6 years ago
jules
095a0db589
Fixes to AudioBlock::copyTo and copyFrom
6 years ago
jules
750af63f8f
Fixes to AudioBlock::copyTo and copyFrom
6 years ago
jules
397b0f80a2
bit of code clean-up
6 years ago
Tom Poole
493591a7ef
Cleaned up some doc comments
6 years ago
Tom Poole
8632d853e9
DSP: Avoid a potential symbol collision
6 years ago
Tom Poole
0e1722e387
Multiple spelling fixes
6 years ago
hogliux
1b0cdc74f2
DSP: Ensured that FFTW is initialised and destroyed in a thread-safe way
6 years ago
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