Skip to content

v2.2.0 Custom Plugins

Compare
Choose a tag to compare
@dspverden dspverden released this 22 Nov 19:14
· 49 commits to master since this release

This release comes with a new python script and a new plugin template in SigmaStudio. That makes building of custom plugins much easier.
Besides this script the following changes have been added:

  • GUI supports a PEQ-Bank control for cleaner design of front page
  • Support for display controller SSD1309
  • Renaming channels and presets (issue 57)
  • Verison check (plugin version and firmware version match)
  • Issues #80, #83, #85 have been solved
  • All plugins converted to new template design

Warning:
There has been a change of the file format for preset saving. Therefore, you cannot import your old presets anymore. Please write down your filter settings on paper before you update and reenter them after update.

Windows User: If you want to use the new python script for custom plugin building please checkout commit 7bbd8f7. This commit holds a cross-plattform compatible version of the python script.