Skip to content

v2.3.0 Release

Latest
Compare
Choose a tag to compare
@jatinchowdhury18 jatinchowdhury18 released this 13 Nov 10:07
· 2 commits to master since this release
dec9eb5

Updates:

  • Added chowdsp_fuzzy_search module.
  • Added data structures: chowdsp::ComponentArena, chowdsp::EnumMap, chowdsp::OptionalRef and chowdsp::OptionalArray.
  • Added data structures: chowdsp::PoolAllocator and chowdsp::ObjectPool.
  • Added chowdsp::SemitonesParameter.
  • Added chowdsp::BufferMultiple.
  • Added parameters assignment methods.
  • Improved backend for chowdsp_plugin_state.
  • Improved chowdsp::ArenaAllocator and chowdsp::ChainedArenaAllocator.
  • Improved chowdsp::AbstractTree.
  • Improved chowdsp::ParametersView.
  • Improved chowdsp::logging.
  • Various memory-related improvements.
  • Updated PFR internal dependency.
  • Updated usage of juce::Font for compatibility with JUCE 8.
  • chowdsp_compressor: Allow level detector out-of-place processing.
  • chowdsp::RebufferedProcessor now supports work splitting.
  • Fixed moodycamel header clashes.