ed
|
eaf0f990d4
|
Replaced all uses of static_cast<Type&&> with std::move
|
2018-11-28 17:29:20 +00:00 |
|
hogliux
|
1b0cdc74f2
|
DSP: Ensured that FFTW is initialised and destroyed in a thread-safe way
|
2018-08-20 11:27:32 +01:00 |
|
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
Tom Poole
|
4229dc0a4f
|
Made a lot of ScopedPointer usage conform to the std::unique_ptr interface
|
2018-04-10 18:34:20 +01:00 |
|
jules
|
d691838765
|
Tidied up a few minor coding style discrepencies
|
2018-04-10 09:50:11 +01:00 |
|
jules
|
d0111a4f96
|
Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi
|
2017-12-06 11:16:22 +00:00 |
|
jules
|
51f6c5d01c
|
Tidied up a few bits of messy String concatenation
|
2017-12-05 12:03:30 +00:00 |
|
jules
|
d4a7afa73f
|
Replaced some old juce-style sort operations with std::sort and lambdas
|
2017-11-03 16:35:11 +00:00 |
|
tpoole
|
3cb185fcc3
|
A minor code cleanup
|
2017-10-12 12:31:55 +01:00 |
|
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
|
2017-09-08 08:59:55 +01:00 |
|
hogliux
|
e61292fe57
|
DSP: Added hint flag to tell juce's FFT to only calculate positive frequencies when perforing real to complex transforms
|
2017-08-22 13:54:38 +01:00 |
|
hogliux
|
1089f3837c
|
Make it easier to use a static version of fftw in the dsp module
|
2017-07-27 16:47:35 +01:00 |
|
hogliux
|
244a944857
|
Added the JUCE DSP module
|
2017-07-27 12:39:07 +01:00 |
|