You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,22 @@ See the -help.pd patches for more information on each object.
16
16
17
17
`[hv.osc~ square]` - Band-limited PolyBlep square signal generator.
18
18
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.
0 commit comments