Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wlaub committed Mar 12, 2022
1 parent dbb9282 commit ac9478c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
23 changes: 10 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,16 @@ See [`res/mati_default.json`](res/mati_default.json) for the default filter spec

[`dev-scripts/tiamat.py`](dev-scripts/tiamat.py) provides some helpers for generating Mat I filter specitications from filters designed using scipy.signal.

### Lachesis I

Counter utility module

Increments count and output CV on clock edges. Clock and reset inputs may be polyphonic. CV minimum, maximum, and increment values may be configured using knobs.
Menu options include
* Clock edge mode (rising, falling, both)
* CV overflow modes (clamp or wrap)
* Simultaneous edge handling (increment once or increment multiple)

## Other Modules

### Ouroboros
Expand Down Expand Up @@ -350,19 +360,6 @@ TODO:
* Make expanders stackable (search through -60 instances to find Cobalt instance)
* Make exponential converter factor configurable

### Lachesis

Counter utility module

Increments count and output CV on clock edges. Clock and reset inputs may be polyphonic.

Number display

Clock input
Reset input
CV output
Increment control

### Achilles

Karplus Strong Toolkit (noise -> env -> delay -> filter)
Expand Down
3 changes: 2 additions & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@
"description": "Counter module with count display and analog output",
"tags": [
"utility",
"digital"
"digital",
"visual"
]
}

Expand Down

0 comments on commit ac9478c

Please sign in to comment.