Skip to content

Commit

Permalink
Add array include for POlyScope, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoar committed May 30, 2019
1 parent b5f1e62 commit e001cd0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]. 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 [email protected]. We do not post on Facebook.

1 change: 1 addition & 0 deletions src/PolyScope.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <array>
#include <string.h>
#include "AH.hpp"
#include "AHCommon.hpp"
Expand Down

0 comments on commit e001cd0

Please sign in to comment.