Skip to content

Releases: jhoar/AmalgamatedHarmonics

Rack 2!

10 Mar 15:27
cc50e84
Compare
Choose a tag to compare

Welcome to Amalgamated Harmonics Version 2!

v1.0.4

24 Dec 10:18
Compare
Choose a tag to compare

New modules

  • PolyVolt, Set polyphonic cable values, optionally quantised.
  • PolyUtils, A couple of utilities for manipulating polyphonic cabling, maybe more useful for development.

Fixes and updates

  • Add Random and Hold function to Arp31 and Arp32
  • Add new Arp31 sequence types
  • Add step selection CV input, 1V/Step (#40)
  • Fix too many notes being played in Arp31 and Arp32 (#34)
  • Update ScaleQuantiser 1 UI to correct confusion between degree and interval (#35)
  • Add 1V/Oct input and output scaling for modules with ROOT ports

1.0.3

24 Sep 12:02
Compare
Choose a tag to compare
  • Add shift control to PolyScope to move traces vertically for better visibility
  • Fix bugged range check in Bombe causing as segfault
  • Fix bug in PolyProbe where output would only be produced when module drawn
  • Fix quantisation bug in PolyProbe

Resurrection

11 Sep 07:17
Compare
Choose a tag to compare

1.0.2

  • Added a variety of colour schemes to PolyScope, including loading a user defined scheme. Find an example colour map file here: https://github.com/jhoar/AmalgamatedHarmonics/blob/master/res/colourmap.json
  • PolyScope only plots voltages up to the number of channels present on the cable
  • Expand PolyProbe; Input channels are now A and B, and there are a small number of operations which can be performed on the voltages on these channels: A+B, A-B, Detect Note (A+B). The result of the operation is output on the Out channel. Some tricks: Using A-B and input only on B inverts B. Leave A or B to do note detection on one channel
  • Resurrect original Scale Quantizer

Final version for Rack v1

20 Jun 05:32
Compare
Choose a tag to compare
  • Ruckus: add CV controls
  • Galaxy: Fix voltage outputs
  • Galaxy: Fix SVG
  • PolyProbe: Do not use array indices for channel numbers
  • Other small fixes

V1 is here!

31 May 08:03
Compare
Choose a tag to compare

New modules!

Arp3.1 and Arp3.2

Arp3.1 focuses on arpeggio over a sequence of notes -- a chord for example. Imagine the notes being played left to right on a piano.

Arp3.2 creates sequences of notes by moving up or down from a root pitch by a number of pitches, semi-tone,minor or major intervals. The number of notes to be played . There are also a few classic note sequences hidden in there

These modules can be patched together to recreate the original module.

Progress MkII

A reworking of the original chord sequencer, with easier to use interface, multiple parts, octave shifts. Progress MkII is polyphonic.

Imp

A single channel version of Imperfect. Imp is polyphonic and will output multiple gates for each input trigger according to length and spread settings for the gate delay and length.

PolyProbe

Polyphonic voltage readout

PolyScope

Polyphonic voltage plotting

MuxDeMux

Polyphonic cable to multiple mono demultiplexing and vice versa.

  • Multiplexing has an additional output which contains a configurable voltage setting for each corresponding mono input

Changes

Overall changes

  • New colour scheme for more readable text
  • Fix Dorian mode degrees
  • Rack V1 Tooltip implementation

Generative

  • Default values for p and noise to always emit a gate and give an interesting default signal

Bombe

  • Default to CM voltage, rather that C4 on all outputs
  • Correctly ordering of notes for inversions
  • Polyphonic output
  • Better chord naming scheme
  • Better chord ordering

Galaxy

  • Correctly ordering of notes for inversions
  • Better chord naming scheme
  • Polyphonic output

v0.6.4: Bombe, can you crack the code?

29 Nov 16:09
Compare
Choose a tag to compare

New module: Bombe, a semi-random chord shift-register looper.

Other changes

  • D'acchord: Add per-VCO pan control and global spread control. Fix VCO oddity
  • SLN: Add attenuator #18

v0.6.3.1 - Remembering the past

19 Nov 09:04
Compare
Choose a tag to compare

A small bugfix

  • Module defaults in to 'in Key' mode on creation. This should be the mode to preserve old patches < 0.6.3

v0.6.3: Fixing bugs and giving hugs

15 Nov 17:09
Compare
Choose a tag to compare

Galaxy

  • Add explicit key and scale modes and UI elements
  • Add context menu to select whether which chord inversions are allowed
  • Add a BAD control which adds a chance to deviate from the key or scale when in that mode
  • Hopefully fix a launch crash :(

D'acchord

  • Add per-voice attenuator

v0.6.2: A bumper release of AH modules

07 Nov 11:35
Compare
Choose a tag to compare

New Modules!

  • Generative - a toolbox intended to help in producing generative music.
  • Galaxy - generating semi-random chords
  • D'acchord - 6 voice paraphonic VCO

Other fixes and changes

  • Add lights to Ruckus
  • Fix lights in Imperfect2
  • Clamp noise from SLN to -10V to 10V
  • Set output trigger lengths to recommended values
  • Other small fixes