Tom Poole
e618f68d4d
Update all examples to use Visual Studio 2022 as the default Windows exporter
3 years ago
ed
ad8868ad7b
Demos: Update SIMDRegisterDemo to use new AudioData interleaving/deinterleaving API
3 years ago
ed
de64263416
Demos: Update SIMDRegisterDemo to use new AudioData interleaving/deinterleaving helper methods
3 years ago
ed
b9542ccc4c
Update code to use C++14 [[deprecated]] attribute
This commit removes the various compiler-specific JUCE_DEPRECATED macros and replaces them with C++14's deprecated attribute. It also removes the JUCE_CATCH_DEPRECATED_CODE_MISUSE flag as we can rely on the override specifier catching usage of these old virtual methods, and tidies up the DOXYGEN preprocessor checks as they were inconsistent across the codebase.
3 years ago
reuk
22d935ad3e
dsp::IIRFilter: Allow computing filter coefficients without allocating
4 years ago
ed
009d685179
Updated all license headers
4 years ago
reuk
c85f67f21d
DSP: Avoid audio-thread free in ConvolutionDemo
5 years ago
reuk
fca3429e6e
DSP: Update convolution
5 years ago
Ivan Cohen
c138bf91b4
DSP: Revamp DSP module
5 years ago
Tom Poole
894e7d2bd2
Updated all license headers
5 years ago
Tom Poole
2d16374b14
Updated all license headers
5 years ago
reuk
ece5644a20
CMake: Add support for building JUCE projects with CMake
5 years ago
ed
7035a40879
Fixed some errors in the examples
5 years ago
Tom Poole
41055ad782
DSP: Refactored AudioBlock
5 years ago
ed
314ef13a63
Added a VS2019 exporter to all example PIPs
6 years ago
ed
d018eb8407
Enable the JUCE_STRICT_REFCOUNTEDPOINTER flag for all new projects and PIPs
7 years ago
Tom Poole
ab863a6dc2
Replaced all usage of ScopedPointer with std::unique_ptr
7 years ago
Tom Poole
77128db335
Capitalised the PIP vendor field for the examples
7 years ago
ed
5507801dfd
Add all PIP examples
7 years ago