[PD] getting a messsage at end of [phasor~]

Charles Henry czhenry at gmail.com
Fri Dec 5 18:50:23 CET 2008


How about you compare the current value with the previous value?

ex.

[fexpr~ $x[0] < $x[-1] ]

The result is zero everywhere, except when the phasor~ resets itself.
Then, you can use [threshold~ 0.5] to trigger a bang.

Chuck

On Fri, Dec 5, 2008 at 8:45 AM, Marko Timlin <susi at timlin.de> wrote:
> Hi,
> [phasor~] ramps continuosly from 0 to 1.
> I would like to get a [0< message each time [phasor~] reaches its end, thus each time [phasor~] reaches 1.
> Seems easy but I got somehow stuck.
> Would be very easy if I would have to deal only with ordinary numbers, but in this case I have an audio signal...
> Any ideas?
>
> Any help would be highly appreciated.
>
> Marko
>
> _______________________________________________
> Pd-list at iem.at mailing list
> UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
>




More information about the Pd-list mailing list