| .. |
|
juce_Bias.h
|
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 |
|
juce_FIRFilter.cpp
|
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 |
|
juce_FIRFilter.h
|
Normalised all the copy/move/assignment constructors for the dsp module IIR and FIR filter classes. These now do NOT reset the filter when they get copied, and they expect that the user-supplied process state class is copyable
|
2017-10-02 14:59:54 +01:00 |
|
juce_FIRFilter_test.cpp
|
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 |
|
juce_Gain.h
|
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 |
|
juce_IIRFilter.cpp
|
Normalised all the copy/move/assignment constructors for the dsp module IIR and FIR filter classes. These now do NOT reset the filter when they get copied, and they expect that the user-supplied process state class is copyable
|
2017-10-02 14:59:54 +01:00 |
|
juce_IIRFilter.h
|
Linux: Fixed a build error with gcc on linux when using SIMD registers in the DSP module's IIR filter
|
2017-10-28 15:08:17 +01:00 |
|
juce_IIRFilter_Impl.h
|
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 |
|
juce_LadderFilter.cpp
|
DSP module: Various fixes and features including new LadderFilter
|
2017-10-31 11:18:00 +00:00 |
|
juce_LadderFilter.h
|
DSP module: Various fixes and features including new LadderFilter
|
2017-10-31 11:18:00 +00:00 |
|
juce_Oscillator.h
|
DSP module: Various fixes and features including new LadderFilter
|
2017-10-31 11:18:00 +00:00 |
|
juce_Oversampling.cpp
|
Added a ScopedNoDenormal class to temporarily disable denormals
|
2017-09-12 11:32:32 +01:00 |
|
juce_Oversampling.h
|
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 |
|
juce_ProcessContext.h
|
Some light modernisation of a bunch of old code
|
2017-10-04 12:47:43 +01:00 |
|
juce_ProcessorChain.h
|
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 |
|
juce_ProcessorDuplicator.h
|
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 |
|
juce_ProcessorWrapper.h
|
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 |
|
juce_Reverb.h
|
DSP module: Various fixes and features including new LadderFilter
|
2017-10-31 11:18:00 +00:00 |
|
juce_StateVariableFilter.h
|
DSP: snapToZero is now a public method of the IIR and StateVariable filters so that they can be called manually after sample by sample processing
|
2017-09-13 10:06:36 +01:00 |
|
juce_WaveShaper.h
|
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 |