Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Feb 8, 2024
1 parent 7bd8638 commit 6934e84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ All notable changes to this project will be documented in this file.
- Added "Tempo Sync" options for Delay module.
- Added a "Mix" parameter for Phaser4 module.
- Improved DSP performance for many of the modules.
- Improved memory-efficiency for Spriong Reverb module.
- Improved memory-efficiency for Spring Reverb module.
- Improved handling of NaN inputs.
- Fixed host parameter automation not working in some cases.
- Fixed user presets not always showing in alphabetical order.

## [1.2.0] - 2023-08-01
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET "10.12" CACHE STRING "Minimum OS X deployment ta
if(WIN32)
set(CMAKE_SYSTEM_VERSION 7.1 CACHE STRING INTERNAL FORCE) # Windows SDK for Windows 7 and up
endif()
project(BYOD VERSION 1.2.2)
project(BYOD VERSION 1.2.9)
set(CMAKE_CXX_STANDARD 20)

# Useful for testing with address sanitizer:
Expand All @@ -24,7 +24,7 @@ endif()
add_subdirectory(modules)

# juce_set_vst2_sdk_path(C:/SDKs/VST_SDK/VST2_SDK)
# juce_set_aax_sdk_path(NONE)
juce_set_aax_sdk_path(C:/Users/Jatin/SDKs/AAX_SDK_clang/)

# set default plugin formats to build
if(IOS)
Expand Down

0 comments on commit 6934e84

Please sign in to comment.