Skip to content

v0.6.5

Choose a tag to compare

@DBraun DBraun released this 11 May 04:31
· 96 commits to main since this release
e3762e1

No breaking changes.

  • Fix memory leaks (#1, #88). In general, engines and processors should not leak when created over and over again, but some plugins will leak. Feel free to report them to me. TAL-NoiseMaker seems to leak. Serum does not.
  • Plugin Processor's load_state() has been improved. Under the hood, it creates a window to the plugin and doesn't show the window to the user. This makes the plugin work correctly (for example Spitfire LABs). (This might address specific plugins such as #67)