Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-wes committed Sep 19, 2024
1 parent 336d147 commit fdde695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ arbitrary collection of externals originated around quaternion transformation fo
* `[faccwrap~]` Float accumulator and wrapper - adds incoming float to current value for each sample and wraps around `-1..1` (avoiding the problem of losing precision when using vanilla's [rpole~] and [wrap~] for this kind of integration and wrapping)
* `[faccbounce~]` Float accumulator with boundary bouncing - similar to [faccwrap~], but bounces back from boundaries `-1 / 1` instead of wrapping
* `[qacc~]` Quaternion accumulator (quaternion multiplication and normalization of current state with incoming quaternion for each sample)
* `[qvrot~]` Quaternion-based vector transformation - expects 3-channel vector on left inlet and quaternion on right inlet, outputs transformed vector
* `[qvtrans~]` Quaternion-based vector transformation - expects 3-channel vector on left inlet and quaternion on right inlet, outputs transformed vector
* `[noisen~]` Outputs normally distributed values (Gaussian noise) at signal rate. Can be seeded with non-zero values
* `[mc_conv~]` Applies convolution across channels of a multichannel input signal using a user-defined kernel (channel-domain, not time-domain)

0 comments on commit fdde695

Please sign in to comment.