[PD] How's Pd limited?

Matt Barber brbrofsvl at gmail.com
Thu Feb 25 17:23:20 CET 2016


You don't even need that much logic for zero crossings. They are easy to
find using some simple arithmetic. See attached.

On Thu, Feb 25, 2016 at 9:39 AM, i go bananas <hard.off at gmail.com> wrote:

> >real-time zero-crossing detection with sample-rate precision.
>
> this is something that is super simple to implement.
>
> it's like:
>
> if (incomingSignal > 0 && previousIncomingSignal < 0 || incomingSignal <
> 0 || previousIncomingSignal > 0) return 1;
> else return 0;
>
> i also don't understand why such an easy tool has never been put into
> vanilla pd.
>
> _______________________________________________
> Pd-list at lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20160225/4bc593a5/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: zero-crossing~-help.pd
Type: application/octet-stream
Size: 2698 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20160225/4bc593a5/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: zero-crossing~.pd
Type: application/octet-stream
Size: 961 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20160225/4bc593a5/attachment-0001.obj>


More information about the Pd-list mailing list