Found the class in the API documentation and it is exactly what I need for what I’m currently woking on. Then I was irritated that it could not be found until I realised that it obviously has not been added to the public interface yet.
So, is it safe to use it? Probably I would have written something similar (maybe not sooo sophisticated – great work!) myself, but I don’t see the point in doing that if such functionality is already available with JUCE. What’s the reason that it has not been added to the public headers until now?