Skip to content

v1.1.0 Release

Compare
Choose a tag to compare
@jatinchowdhury18 jatinchowdhury18 released this 14 Jul 21:33
· 427 commits to master since this release
dff4959

Release 1.1.0. Updates include:

  • Removed dependency on JUCE for most DSP modules.
  • Added extensions for building CLAP plugins with CLAP-specific behaviour.
  • Added improved State Variable Filter with more filter types.
  • Added chowdsp_waveshapers module, including anti-aliased waveshapers.
  • Replaced Bilinear Tranform code with more general conformal maps.
  • Added utilities for serializing/deserializing data.
  • Added PluginDiagnosticInfo::getDiagnosticsString().
  • Math: Added a dilogarithm implementation.
  • chowdsp::Upsampler and chowdsp::Downsampler use template arguments for filter type instead of filter order.
  • LNFAllocator:
    • Fixed bug where existing LookAndFeel classes would be replaced
    • Inproved type-checking by using type_info instead of string