Skip to content

Commit

Permalink
swap shift register's inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomara-x committed Aug 9, 2024
1 parent 070e0ed commit 2fc246c
Show file tree
Hide file tree
Showing 3 changed files with 189 additions and 239 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ envelopes (all subsampled at ~2 ms)

other
- `tick()` one sample delay
- `shift_reg()` 2 ins (trigger signal, input signal), 8 outs (outputs of the shift register)
- `shift_reg()` 2 ins (input signal, trigger signal), 8 outs (outputs of the shift register)
- `meter(peak/rms, float)` e.g. `meter(rms, 0.5)` `rms(peak, 2)`
- `chorus(float, float, float, float)` (seed, separation, variation, mod frequency)
- `declick([float])` e.g. `declick()` 10ms fade in, `declick(2)` 2 second fade in
Expand Down
Loading

0 comments on commit 2fc246c

Please sign in to comment.