Releases: bassmanitram/faust-stratus
Releases · bassmanitram/faust-stratus
Release 0.5.0
THIS IS A VERY SIGNIFICANT RELEASE. It may break a few things, and you may not even need it any more!
See the README
Release 0.4.2
See the README
- Another small fix to the
stratus-build-effect
command to properly forward CPP compile options. - Help for the
faust2stratus
command
Release 0.4.1
See the README
Small fix to the stratus-build-effect
command to properly forward CPP compile options.
Release 0.4.0
See the README
A lot of refactoring and tidying up went into this release. Please re-read the README and make any changes to your processes and DSP files that you deem necessary.
Generally working in all scenarios
(Which is kinda an admission that it wasn't working fully before - sorry 'bout that!)
See the README
This release contains a lot of BREAKING CHANGES - re-read the README for details.
In particular:
- To get your UI properly synced with your DSP code you have to annotate your DSP code controls
- The Python interface is automatically compatible with the libraries built from C++ code generated using this toolkit - but not those that were already created (for example - stock effects - though that is not impossible to envisage now - next release perhaps)
- Options are now "single-hypen" to match other Faust options (though, not really standard) - the one option that affects is
-stratusinstall
Fix control association
See the README
- Fix association of Stratus knobs and switches with Faust UI controls. BREAKING CHANGE
First public release
See the README
- Full installation of effects into the correct place on the Stratus
- Python interface improved with buffer API
- More detailed instructions
- Various bug fixes