AnalogTapeModel

Physical modelling signal processing for analog tape recording
Log | Files | Refs | Submodules | README | LICENSE

commit 74d2e9e1132acbdc680878163693d2d5ba03f38d
parent 13dc87e37d1d97d4d3070c187758f1b2a1a1e014
Author: jatinchowdhury18 <[email protected]>
Date:   Mon, 14 Sep 2020 13:24:56 -0700

Update changelog and README [ci skip]

Diffstat:
MCHANGELOG.md | 4+++-
MREADME.md | 2+-
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -3,7 +3,9 @@ All notable changes to this project will be documented in this file. ## [Unreleased] -- Pre/post emphasis filters for the hysteresis stage. +- Added Pre/post emphasis filters for the hysteresis stage. +- Added "mix groups" to allow instances of the plugin to be synced across a mix. +- Added Chew variance parameter to control the randomness of the chew dropouts. - Improved behavior for thickness slider. - Improved DC blocker for hysteresis processor. diff --git a/README.md b/README.md @@ -37,7 +37,7 @@ CHOW Tape is currently available in the following formats: Download the latest release [here](https://github.com/jatinchowdhury18/AnalogTapeModel/releases/latest). If you would like to try the most recent builds (potentially unstable), -see [here](https://github.com/jatinchowdhury18/AnalogTapeModel/tree/master/Plugin/Bin). +see [here](https://github.com/jatinchowdhury18/AnalogTapeModel/tree/develop/Plugin/Bin). If you need Linux builds, or if you prefer to build the plugin for yourself, please see the [building instructions](https://github.com/jatinchowdhury18/AnalogTapeModel/blob/master/BUILDING.md).