commit 04e7ff64711eea2557261568dd7aaebc9479646a
parent 0b2466f8c24677a0392943f4e8151a0291d2b8c8
Author: jatinchowdhury18 <[email protected]>
Date: Mon, 1 Jun 2020 19:33:39 -0700
Update README [ci skip]
Diffstat:
1 file changed, 13 insertions(+), 15 deletions(-)
diff --git a/README.md b/README.md
@@ -2,14 +2,15 @@
[](https://github.com/jatinchowdhury18/AnalogTapeModel/releases/latest)
[](https://travis-ci.com/jatinchowdhury18/AnalogTapeModel)
[](https://www.gnu.org/licenses/gpl-3.0)
+[](https://github.com/jatinchowdhury18/AnalogTapeModel/releases/latest)
-This repository contains an academic paper and corresponding
-computer simulations and implementations for a signal processing
-system that performs real-time physical modeling for an analog
-tape machine.
-
-This work is part of a class project for [Music 420](https://ccrma.stanford.edu/courses/420/) at Stanford
-University (CCRMA).
+CHOW Tape Model is a physical model of an analog tape machine,
+implemented as an audio plugin. The physical model is described
+in a [paper](http://dafx2019.bcu.ac.uk/papers/DAFx2019_paper_3.pdf)
+presented at the 2019 DAFx conference. This work began part of a
+class project for [Music 420](https://ccrma.stanford.edu/courses/420/)
+at Stanford University (CCRMA). Download the latest release
+[here](https://github.com/jatinchowdhury18/AnalogTapeModel/releases/latest).
## Definition
**magnetic tape** noun<br/>
@@ -20,9 +21,10 @@ Definition of *magnetic tape*<br/>
## Description

-CHOW Tape is an analog tape machine physical model, based on the
-Sony TC-260. Useful for that vintage, top-of-the-line 1967 consumer
-audio sound. Feel free to build and use for your own enjoyment.
+CHOW Tape is an analog tape machine physical model, originally
+based on the Sony TC-260. The current version can be used to
+emulate a wide variety of reel-to-reel tape machines.
+Feel free to build and use for your own enjoyment.
CHOW Tape is currently available in the following formats:
- VST
@@ -31,10 +33,9 @@ CHOW Tape is currently available in the following formats:
- Standalone plugin
## Instructions For Building
-If you would like to build CHOW for yourself, use the following steps, otherwise you can download the [latest release →](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).
+If you would like to build CHOW for yourself, use the following steps.
- Install [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
- Run the following git commands:
@@ -59,8 +60,5 @@ see [here](https://github.com/jatinchowdhury18/AnalogTapeModel/tree/master/Plugi
- Select "Save and open in IDE"
- Build CHOW Tape
-For more information about the physical modelling process,
-see the latest draft of the accompanying [paper](https://github.com/jatinchowdhury18/AnalogTapeModel/blob/master/Paper/420_paper.pdf).
-
## License
CHOW Tape is licensed under the GNU General Public License agreement. Enjoy!