(This post has initially been posted on Android forum but seems to be generic to all platforms. I state it here for the record)
I am running on the Mac for the Mac platform using a HighResolutionTimer-derived class.
It seems that the startTimer(int) routine does not work when I re-launch it from the hiResTimerCallback method (to merely change the callback delay). The same happens on an Android platform (please see http://www.juce.com/forum/topic/problem-restarting-hirestimer for more details).
The same code works fine if I use a regular Timer class.