File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11[submodule "modules/JUCE "]
22 path = modules/JUCE
3- url = https://github.com/juce-framework /JUCE.git
3+ url = https://github.com/jatinchowdhury18 /JUCE.git
44[submodule "modules/chowdsp_utils "]
55 path = modules/chowdsp_utils
66 url = https://github.com/Chowdhury-DSP/chowdsp_utils.git
Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5- ## [ UNRELEASED ]
5+ ## [ 1.1.3 ] - 2023-01-13
66- Added "Muff Clipper" module.
77- Added "Smoothing" parameter for "Muff Drive" module.
88- Added new factory presets.
99- Added option to skip parameter tree refreshes for AUv3 hosts.
1010- Fixed parameter name changes not showing up in some CLAP hosts.
1111
12- ## [ 1.1.0] 2022-11-21
12+ ## [ 1.1.0] - 2022-11-21
1313- Added support for the CLAP plugin format (with parameter modulation).
1414- Added modulation ports so modules with internal modulation can share modulation signals.
1515- Added "Rotary" module.
@@ -38,13 +38,13 @@ All notable changes to this project will be documented in this file.
3838- Fixed gain normalization across sample-rates for IR modules.
3939- Fixed undo/redo not restoring preset name.
4040
41- ## [ 1.0.1] 2022-03-15
41+ ## [ 1.0.1] - 2022-03-15
4242- Changed UI rendering to use OpenGL by default on Windows/Linux, unless OpenGL 2.0+ is not available on the host system.
4343- Fixed YenDrive giving NaN output when Gain parameter set to zero.
4444- Fixed Spring Reverb "pop" when switching from mono to stereo input.
4545- Fixed Metal Face "stuttering" behaviour at higher sample rates.
4646- Fixed plugin state not saving/loading correctly in VST2.
4747- Fixed noise spikes in King Of Tone, RONN, and Muff Drive processors.
4848
49- ## [ 1.0.0] 2022-03-11
49+ ## [ 1.0.0] - 2022-03-11
5050- Initial release.
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.15)
22set (CMAKE_OSX_DEPLOYMENT_TARGET "10.12" CACHE STRING "Minimum OS X deployment target" )
3- project (BYOD VERSION 1.1.2 )
3+ project (BYOD VERSION 1.1.3 )
44
55if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" )
66 set (CMAKE_CXX_STANDARD 17)
You can’t perform that action at this time.
0 commit comments