Skip to content

v0.6.2

Compare
Choose a tag to compare
@DBraun DBraun released this 19 Apr 04:15
· 78 commits to main since this release
5a3a605

New Plugin Processor features:

  • open_editor()
  • load_state(filepath: str)
  • save_state(filepath: str)
  • can_set_bus(inputs: int, outputs: int)
  • set_bus(inputs: int, outputs: int)

See tests/test_plugins.py for more examples.