Skip to content

Commit 9837933

Browse files
committed
add LFO docs to README
1 parent 963c2a1 commit 9837933

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,22 @@ See the -help.pd patches for more information on each object.
1616

1717
`[hv.osc~ square]` - Band-limited PolyBlep square signal generator.
1818

19+
### LFOs
20+
21+
These precision LFOs have control rate inlets and outlet, however they sample from signal rate oscillators and require DSP to be on.
22+
23+
They give a float output between `0.0` - `1.0`. Because we `[snapshot]` every 1ms we get aliasing when we enter audio range frequencies.
24+
25+
`[hv.lfo sine]` - Control `[snapshot~]` of slow `[osc~]`.
26+
27+
`[hv.lfo ramp]` - Control `[snapshot~]` `[phasor~]`.
28+
29+
`[hv.lfo saw]` - Control rate sample and inverted `[phasor~]`.
30+
31+
`[hv.lfo square]` - Amplified and clipped `[osc~]`, has phase offset.
32+
33+
`[hv.lfo pulse]` - Band-limited PolyBlep square signal generator, taken from `[hv.osc~ square]`, instead of phase offset we get pulse width modulation.
34+
1935
### Noise
2036

2137
`[hv.pinknoise~]` - Cheapish pinknoise generator. [_more info_](http://www.firstpr.com.au/dsp/pink-noise/)

0 commit comments

Comments
 (0)