v0.8.0
Breaking changes:
boxFromDSPnow returns just abox, not a tuple of(box, inputs, outputs)getBoxTypehas been removed.
Improvements:
- A box object has new properties:
.valid,.inputs.outputs. This is whyboxFromDSPchanged andgetBoxTypewas removed. - FaustProcessor's
compile_boxnow looks for.lib/.dspfiles in its.faust_libraries_pathdirectory. - 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.