Skip to content

Commit

Permalink
Update readme, changelog. Move some units around to "Audio Effects"
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperNiCd committed Oct 31, 2019
1 parent 3220e90 commit 2db4557
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
10 changes: 10 additions & 0 deletions changelog.log
Original file line number Diff line number Diff line change
@@ -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

Expand Down
13 changes: 8 additions & 5 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down Expand Up @@ -37,16 +36,20 @@ 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"},
{title="Xoxoxo",moduleName="Xoxoxo",keywords="oscillator"},
{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 {
Expand Down

0 comments on commit 2db4557

Please sign in to comment.