[PD] Time-based audio recording and analysis

Andy Farnell padawan12 at obiwannabe.co.uk
Tue Apr 17 10:12:30 CEST 2007


On Mon, 16 Apr 2007 14:32:40 -0500
Jared <linux at fridaythang.com> wrote:

> ..most of the time-based stuff I'm seeing is how to 
> keep track of time rather than do something for a set length of time.
> 
> Thanks for your help!
> -Jared


These are equivillent, two ways of looking at the same thing. If you can track
time you can conditionally do something for a measured amount of time.

The easiest way is probably to use a delay [del] to schedule a future "stop"
event. For example [del 60000] will output a bang one minute after you put
a bang into it.

-- 
Use the source




More information about the Pd-list mailing list