On Mon, 16 Apr 2007 14:32:40 -0500 Jared linux@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.