1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_dsp
2018-07-11 09:17:31 +01:00
..
containers DSP: Fixed a bug in AudioBlock::multiply where the linear smoothed value would not be applied 2018-05-14 18:02:06 +01:00
filter_design 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 2018-07-03 11:51:13 +01:00
frequency DSP: Solved an issue with dsp::Convolution algorithm initialisation 2018-06-29 10:02:33 +01:00
maths Tidied up a few minor coding style discrepencies 2018-04-10 09:50:11 +01:00
native Fixed some compiler warnings 2018-06-27 17:02:25 +01:00
processors Fixed some gcc 8 compiler warnings 2018-07-11 09:17:31 +01:00
juce_dsp.cpp Removed the OS X 10.5 and 10.6 deployment target options from the Projucer and enabled more C++11 features across all platforms 2018-04-17 18:46:55 +01:00
juce_dsp.h Bump version number to 5.3.2 2018-05-09 12:34:36 +01:00
juce_dsp.mm Added the JUCE DSP module 2017-07-27 12:39:07 +01:00