commit 491b60db0248672066a7c094f7195a95a53b9fd3
parent 5399ae0f69b95fdda528441e31f7e99cffb2101f
Author: jatinchowdhury18 <[email protected]>
Date: Sun, 26 Jul 2020 22:27:50 -0700
Release v2.4 (#61)
* Create changelog and delete old project proposal
* Minor GUI tweak
* Update Windows builds
* Update Mac builds
* Zip mac builds
* Update changelog
Co-authored-by: jatinchowdhury18 <[email protected]>
Co-authored-by: Travis CI <[email protected]>
Diffstat:
3 files changed, 53 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -0,0 +1,50 @@
+# Changelog
+All notable changes to this project will be documented in
+this file.
+
+## [2.4.0] - 2020-07-26
+- New "Hysteresis Mode" parameter: choose between Runge-Kutta or
+ Newton-Raphson modes, or revert to Version 1.0-style processing.
+- New GUI design.
+- Added support for LV2 builds on Linux.
+- Fixed volume spike when loading plugin during playback.
+
+## [2.3.4] - 2020-06-25
+- Fixed slider controls.
+- Fixed dry/wet phase cancellation issues.
+
+## [2.3.3] - 2020-06-22
+- Fixed save/load bug in some DAWs.
+- More subtle flutter/wow controls.
+- Fixed issues with phase cancellation and reported latency.
+- Turned off JUCE app usage reporting.
+
+## [2.3.0] - 2020-06-02
+- New 1x oversampling option.
+- New "Wow" processing.
+- Added presets.
+- Fixed Logic validation issues.
+- General bug fixes.
+
+## [2.2.0] - 2020-05-06
+- Improved "chew" algorithm.
+- Much improved overall efficiency.
+- General bug fixes.
+
+## [2.1.0] - 2020-04-20
+- New processors for modelling tape degradation and "chew".
+- New GUI (courtesy of [Foleys GUI Magic](https://github.com/ffAudio/foleys_gui_magic)).
+- Improved efficiency for loss filters.
+- General bug fixes.
+
+## [2.0.0] - 2019-12-11
+- New hysteresis processor, with much lower CPU consumption.
+- Updated playhead model.
+- Updated flutter processor with independent rate and
+ depth controls.
+- New variable oversampling parameter (2x, 4x, 8x)
+- Improved overall stability.
+
+## [1.0.0] - 2019-03-10
+- Initial release for CHOW Tape Model research and plugin. Available
+ in VST, VST3, AU, and Standalone formats. Mac tested has been limited.
diff --git a/Music_420_Project_Proposal.pdf b/Music_420_Project_Proposal.pdf
Binary files differ.
diff --git a/Plugin/Source/GUI/Assets/gui.xml b/Plugin/Source/GUI/Assets/gui.xml
@@ -33,10 +33,12 @@
<View max-height="100" padding="0" margin="0" background-color="">
<View margin="2" padding="" background-color="00000000" flex-direction="column"
flex-grow="0.75">
+ <View flex-grow="0.333" background-color="00000000"/>
<TitleComp background-color="00000000" title="Chow Tape Model" font="28"
padding="3" flex-grow="1.0"/>
<InfoComp background-color="00000000" text1="FFEAA92C" flex-grow="0.7"
- padding="0" margin="5"/>
+ padding="0" margin="5" border=""/>
+ <View background-color="00000000" flex-grow="0.33"/>
</View>
<Plot source="scope" plot-color="FFEAA92C" padding="0" background-color="33000000"
plot-decay="0.0" plot-fill-color="00000000"/>