Commit a90c2ab 1 parent 6db6b8d commit a90c2ab Copy full SHA for a90c2ab
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[submodule "modules/JUCE "]
2
2
path = modules/JUCE
3
- url = https://github.com/juce-framework /JUCE.git
3
+ url = https://github.com/jatinchowdhury18 /JUCE.git
4
4
[submodule "modules/chowdsp_utils "]
5
5
path = modules/chowdsp_utils
6
6
url = https://github.com/Chowdhury-DSP/chowdsp_utils.git
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
- ## [ UNRELEASED ]
5
+ ## [ 1.1.3 ] - 2023-01-13
6
6
- Added "Muff Clipper" module.
7
7
- Added "Smoothing" parameter for "Muff Drive" module.
8
8
- Added new factory presets.
9
9
- Added option to skip parameter tree refreshes for AUv3 hosts.
10
10
- Fixed parameter name changes not showing up in some CLAP hosts.
11
11
12
- ## [ 1.1.0] 2022-11-21
12
+ ## [ 1.1.0] - 2022-11-21
13
13
- Added support for the CLAP plugin format (with parameter modulation).
14
14
- Added modulation ports so modules with internal modulation can share modulation signals.
15
15
- Added "Rotary" module.
@@ -38,13 +38,13 @@ All notable changes to this project will be documented in this file.
38
38
- Fixed gain normalization across sample-rates for IR modules.
39
39
- Fixed undo/redo not restoring preset name.
40
40
41
- ## [ 1.0.1] 2022-03-15
41
+ ## [ 1.0.1] - 2022-03-15
42
42
- Changed UI rendering to use OpenGL by default on Windows/Linux, unless OpenGL 2.0+ is not available on the host system.
43
43
- Fixed YenDrive giving NaN output when Gain parameter set to zero.
44
44
- Fixed Spring Reverb "pop" when switching from mono to stereo input.
45
45
- Fixed Metal Face "stuttering" behaviour at higher sample rates.
46
46
- Fixed plugin state not saving/loading correctly in VST2.
47
47
- Fixed noise spikes in King Of Tone, RONN, and Muff Drive processors.
48
48
49
- ## [ 1.0.0] 2022-03-11
49
+ ## [ 1.0.0] - 2022-03-11
50
50
- Initial release.
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.15)
2
2
set (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 )
4
4
5
5
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" )
6
6
set (CMAKE_CXX_STANDARD 17)
You can’t perform that action at this time.
0 commit comments