From e001cd013eccc9bdf48c8572cf565f85d2e2749a Mon Sep 17 00:00:00 2001 From: John Hoar Date: Thu, 30 May 2019 18:12:31 +0200 Subject: [PATCH] Add array include for POlyScope, update readme --- README.md | 8 ++++++-- src/PolyScope.cpp | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5afa2c4..7674dbc 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,15 @@ Welcome to the Amalgamated Harmonics; your one-stop shop for barely usable modul * [Fifths and Fourths](https://github.com/jhoar/AmalgamatedHarmonics/wiki/54), an implementation of the Circle of Fifths intended to work with Progress, Scale Quantizer and Galaxy. * [Imperfect](https://github.com/jhoar/AmalgamatedHarmonics/wiki/Imperfect), a trigger-to-gate and clock divider module. * [Ruckus](https://github.com/jhoar/AmalgamatedHarmonics/wiki/Ruckus), a trigger sequencer based on summed clock-dividers, inspired by the excellent Trigger Riot from Tiptop Audio. -* [SLN](https://github.com/jhoar/AmalgamatedHarmonics/wiki/SLN), Slew-Limited Noise - a MODULE MASHUP of the Befaco Slew Limiter, Audible Instruments Utilities and Bogaudio Noise modules. +* [SLN](https://github.com/jhoar/AmalgamatedHarmonics/wiki/SLN), A slewed sample and hold from an internal noise source. * [Generative](https://github.com/jhoar/AmalgamatedHarmonics/wiki/Generative), An evolution of SLN - a toolkit of functions intended to support generative music creation. * [D'acchord](https://github.com/jhoar/AmalgamatedHarmonics/wiki/D'acchord), Six voice VCO based on the Befaco VCO implementation. * [Galaxy](https://github.com/jhoar/AmalgamatedHarmonics/wiki/Galaxy), Semi-random chord generation. * [Bombe](https://github.com/jhoar/AmalgamatedHarmonics/wiki/Bombe), A semi-random shift-register chord generator and looper. +* [Imp](https://github.com/jhoar/AmalgamatedHarmonics/wiki/Imp), A single channel version of Imperfect, with multiple output gates. +* [PolyProbe](https://github.com/jhoar/AmalgamatedHarmonics/wiki/PolyProbe), Show polyphonic cable values. +* [PolyScope](https://github.com/jhoar/AmalgamatedHarmonics/wiki/PolyScope), Plot polyphonic cable values. +* [MuxDeMux](https://github.com/jhoar/AmalgamatedHarmonics/wiki/MuxDeMux), a polyphonic cable multiplexer/de-multiplexer. -The latest release is [0.6.4](https://github.com/jhoar/AmalgamatedHarmonics/releases/tag/v0.6.4). It is available through the [Plugin Manager](https://vcvrack.com/plugins.html). You can contact us at amalgamatedharmonics@outlook.com. We do not post on Facebook. +The latest release is [1.0.0](https://github.com/jhoar/AmalgamatedHarmonics/releases/tag/v1.0.0). It is available through the [Plugin Manager](https://vcvrack.com/plugins.html). You can contact us at amalgamatedharmonics@outlook.com. We do not post on Facebook. diff --git a/src/PolyScope.cpp b/src/PolyScope.cpp index ce56861..df74e3f 100644 --- a/src/PolyScope.cpp +++ b/src/PolyScope.cpp @@ -1,3 +1,4 @@ +#include #include #include "AH.hpp" #include "AHCommon.hpp"