[PD] examples of classic Sample and Hold

Alexandros Drymonitis adrcki at gmail.com
Thu Apr 16 10:23:24 CEST 2015


On Thu, Apr 16, 2015 at 8:49 AM, i go bananas <hard.off at gmail.com> wrote:

> for sample-and-hold, as it is usually implemented for pitch in a synth,
> you actually don't even NEED to use the samphold~ object!  you can just use
> a metro to simulate the clock, and then a random to simulate the noise
> input (that's what was usually used for synth sample and hold madness).
>
>
> [metro 125]
> |
> [random 5000]
> |
> [/ 100]
> |
> [+ 40]
> |
> [mtof]
> |
> [phasor~]
> |
> [*~ 2]
> |
> [-~ 1]
>
But with [samphold~] you can also use other waveforms (instead of noise)
for the sample input and for control (instead of [phasor~]). Plus, you can
modulate the frequency of the control signal, which can yield nice results.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20150416/78214d1d/attachment-0001.html>


More information about the Pd-list mailing list