The JUCE AudioGraph is amazing in terms of how it manages latency internally, i.e. it will automatically synchronize the graph internally, however, when you query the graph to get the overall latency on the graph, it doesn’t return a helpful value, it doesn’t have any sort of notification system in terms of when latency changes.
Is there a way we could get into the codebase a way for the graph to return the total latency of all nodes in the graph? – and be notified of changes to the latency?
This would allow situations where an audiograph is being used inside of a plugin to properly report latency and latency changes to the host.