v0.8.0
Breaking changes:
boxFromDSP
now returns just abox
, not a tuple of(box, inputs, outputs)
getBoxType
has been removed.
Improvements:
- A box object has new properties:
.valid
,.inputs
.outputs
. This is whyboxFromDSP
changed andgetBoxType
was removed. - FaustProcessor's
compile_box
now looks for.lib
/.dsp
files in its.faust_libraries_path
directory. - Update libfaust to 2.69.3.
- PyPI builds for Python 3.12
- Update JUCE to 7.0.8
- Minor touchups to the
Faust to JAX
/Faust to QDax
/Box API notebooks
. These will have more improvements over the next two weeks.