Skip to content

v1.2.1

Compare
Choose a tag to compare
@nathanjhood nathanjhood released this 15 Mar 18:11
· 58 commits to main since this release
d9f5a29

Improved:

  • Multi-platform build, test, validation, packing and delivery over CI/CD
  • Began refactor to use StoneyDSP library

Removed:

  • My ugly GUI, for now... :) Instead I have rolled back to the JUCE generic audio processor editor, until later. README screenshots of the old GUI will be updated later.
  • Oversampling, for now... :( The implementation does not always play way with realtime parameter changes. Looking ahead, I can see mutliple means of reinstating this functionality, which is otherwise available natively in most DAW's at this point anyway.

Addressing the above two points - another release will happen soon-ish, which will re-instate all of the above to a more satisfactory standard, while retaining the improvements made elsewhere within the latest release. That release will also likely contain a protocol for consuming the StoneyDSP library remotely (vcpkg? git submodule?) so that the DSP will be maintained centrally within that library, in future.

Reference copies of this implementation might be kept around, perhaps for documentation generation later.

At a push, the next release shall also address code-signing and other post-build aspects for modern systems - I'm not very clued up on these things currently, so any feedback etc is always welcome, going into it.

Thanks for reading!

Nathan / StoneyDSP

What's Changed

Full Changelog: 1.0.3...v1.2.1