diff --git a/content/products/vcvrack/a10u8r.md b/content/products/vcvrack/a10u8r.md index d95088a..ceb4f17 100644 --- a/content/products/vcvrack/a10u8r.md +++ b/content/products/vcvrack/a10u8r.md @@ -1,4 +1,31 @@ --- -title: "A10U8R: VCVRack Plugin" +title: "A10U8R: Signal Attenuator" +description: "A small, but helpful module for VCV Rack 2" +extra: + uses_katex: true --- +[![Download Plugin](https://img.shields.io/badge/-download-darkgreen)](https://github.com/Ewpratten/A10U8R/releases/latest) +[![View Source](https://img.shields.io/badge/-view%20source-blue)](https://github.com/Ewpratten/A10U8R) + +**A10U8R** is a [2 HP](https://doepfer.de/a100_man/a100m_e.htm) *(10.16mm)* attenuator module for [VCV Rack 2](https://vcvrack.com/), inspired by a real life version of the same thing I worked on for my grandfather. + +This module features one input, one output, and a nob that multiplies the input voltage by a range from $0$ to $1$. Nothing fancy. + +![A10U8R in a rack](https://raw.githubusercontent.com/Ewpratten/A10U8R/master/img/screenshot.png?token=GHSAT0AAAAAABS4HLL6L7EE2I6VYDF4AP26Y2JU6MQ) + +## Installation + +The latest version of this plugin may be downloaded from [the releases page](https://github.com/Ewpratten/A10U8R/releases/latest). + +To install, copy your downloaded `.vcvplugin` file to your Rack 2 user directory's `plugins` folder. This is usually one of: + +- Linux: `~/.Rack2/plugins` +- Windows: `My Documents/Rack2/plugins` +- MacOS: `Documents/Rack2/plugins` + +## Updates, Support, and Contributing + +This product is *free* and *open source*. I do not provide any support beyond replies to your [GitHub issues](https://github.com/Ewpratten/A10U8R/issues) when I have the time to do so. + +If you would like to contribute to the project, please submit bugfixes and improvements to the [source repository](https://github.com/Ewpratten/A10U8R) or consider [donating](/donate) to support my work. diff --git a/static/ewp.png b/static/ewp.png new file mode 100644 index 0000000..9813480 Binary files /dev/null and b/static/ewp.png differ diff --git a/static/ewp_dark.png b/static/ewp_dark.png new file mode 100644 index 0000000..42a0fc9 Binary files /dev/null and b/static/ewp_dark.png differ