v0.7.1
This version adds some multiprocessing tests and examples.
Behind the scenes, we're using the JUCE AudioProcessorGraph in a slightly better way.
- The mutex in PluginProcessor has been removed because it was no longer necessary.
- We create the JUCE MessageManager instance before creating the AudioProcessorGraph.