Dear all,
I am quite new to openframeworks and I would truly appreciate your assistance regarding a custom made event question.
I have downloaded the addon ofxTimer, which provides a collection of timer functions. One of these functions is the Boolean isTimerFinished(), which gives true when the timer runs up. I need to use this function and create a custom made event that executes one of my custom made functions (from a custom made class) every time my timer runs up.
I read the two examples customEventExample and advancedEventsExample, but still I would like a little bit of help in doing that.
Thank you in advance,
Akis