From 2db4557c3a9a93f46cb8a4bb1bfd1183138370bb Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 30 Oct 2019 20:21:18 -0400 Subject: [PATCH] Update readme, changelog. Move some units around to "Audio Effects" --- README.md | 1 + changelog.log | 10 ++++++++++ init.lua | 13 ++++++++----- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a8eb458..798fb4d 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ This repo contains units for the Orthogonal Devices ER-301 Sound Computer. It c * XO (Firm Handshake) * XXXXXX (6 op phase mod synth) * Rotary Speaker Simulator +* Phaser For more details and discussion about these units, please visit: diff --git a/changelog.log b/changelog.log index 5ec6c33..a275119 100644 --- a/changelog.log +++ b/changelog.log @@ -1,3 +1,13 @@ +2019-10-30 Accents v0.4.26.1 +NEW UNIT: Phaser +ENCHANCED: XOXOXO (California Stars) now supports loading custom wavetables and editing waveforms +FIXED: Units using builtin samples should now be agnostic to the library folder name +JANITORIAL: Moved Accents units that are not generators and likely not all that useful for CV signals to a category called "Audio Effects" +* Ensemble +* Rotary Speaker Simulator +* Flanger +* Phaser + 2019-10-02 Accents v0.4.25.5 NEW UNIT: Rotary Speaker Simulator diff --git a/init.lua b/init.lua index d569954..4e40199 100644 --- a/init.lua +++ b/init.lua @@ -4,8 +4,7 @@ local units = { {title="Linear Sampling VCA", moduleName="LinearSamplingVCA",keywords="modulate, utility"}, {category = "Delays and Reverb"}, - {title="Ensemble",moduleName="StereoEnsemble",keywords="modulate, pitch"}, - {title="Flanger",moduleName="Flanger",keywords="modulate, pitch"}, + {category="Filtering"}, {title="Ladder BPF",moduleName="BespokeBPF",keywords="filter"}, @@ -37,8 +36,7 @@ local units = { {category="Experimental"}, {title="AB Switch", moduleName="ABSwitch",keywords="control"}, - {title="Rotary Speaker Simulator", moduleName="RotarySpeakerSim",keywords="effect",channelCount=2}, - {title="Phaser", moduleName="Phaser4",keywords="effect"}, + {category="Synthesizers"}, @@ -46,7 +44,12 @@ local units = { {title="Xoxo",moduleName="Xoxo",keywords="oscillator"}, {title="Xo",moduleName="Xo",keywords="oscillator"}, {title="Xxxxxx",moduleName="Xxxxxx",keywords="oscillator"}, - + + {category = "Audio Effects"}, + {title="Rotary Speaker Simulator", moduleName="RotarySpeakerSim",keywords="effect",channelCount=2}, + {title="Phaser", moduleName="Phaser4",keywords="effect"}, + {title="Ensemble",moduleName="StereoEnsemble",keywords="modulate, pitch"}, + {title="Flanger",moduleName="Flanger",keywords="modulate, pitch"}, } return {