v2.1.0 Release
jatinchowdhury18
released this
05 Mar 00:31
·
234 commits
to master
since this release
Release 2.1.0. Updates include:
- Added
chowdsp_visualizers
module. - Added
chowdsp_presets_v2
module. - Added
chowdsp::StringLiteral
. - Added
chowdsp::buffer_iters
. - Added
chowdsp::AdditiveOscillator
. - Added
chowdsp::ThreeWayCrossoverFilter
. chowdsp::Gain
: Fixed reset() to reset the smoother to the target gain value.- BypassProcessor: Added template specialization with no latency compensation.
chowdsp::BufferMath
: Added multiplyBufferData() function.chowdsp::BufferView
: Added constructor for 1d-array.chowdsp::LinearPhaseEQ
: Prototype EQs must now define their floating point type.- Moved
Version
tochowdsp
namespace, and made constexpr-able.