Skip to content

v0.7.1

Compare
Choose a tag to compare
@DBraun DBraun released this 01 Jun 07:10
· 31 commits to main since this release
3b386e5

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.