[Stk] Simple recurrent events in STK

David Michael david at unnature.net
Wed, 21 Nov 2007 11:55:53 -0500


Hello

I am curious if someone on list can point me in the right direction.

I am trying to play samples on a specific interval, say every second.  
Ideally I would like to be able to adjust this interval. In Java, I  
would probably use something like Timer and TimerTask. Is there an  
equivalent in the STK to facilitate this, or should I look into a  
custom coding something in C++ using clock()?

Thanks
David