Right on. I'll keep trying.
I haven't gotten around to working with audio in OF, yet. I've been designing a graphical user interface: It's a polar grid of buttons that keeps up with which beats the user chooses and does flashy effects. Each ring of buttons will correspond to a specific drum sample. There's a kind of radar that spins around in time with the beats, and it's looking really nice. I need some kind of a scheduler/timer register as a back-end that will coordinate the audio triggers and the graphical interface. I'm excited to learn more about audio in OF, but I've been working on the timer system for a while! I had a setup that used a single ofTimer and would re-call setPeriodicEvent() on that object to reset the timer, but I was unsure of the limitations and implementation of ofTimer.
How often can one call setPeriodicEvent on an ofTimer? I need to be able to update the tempo on-the-fly whenever the user chooses within reasonable constraints with respect to the limitations of the timer system.
Thanks for all your help around the forum, Arturo. All your comments have been a great help, and I appreciate you taking the time.