[PD] How's Pd limited?

i go bananas hard.off at gmail.com
Thu Feb 25 15:39:58 CET 2016


>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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20160225/a1d02220/attachment.html>


More information about the Pd-list mailing list