Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@DBraun DBraun released this 17 Nov 21:31
· 9 commits to main since this release
ec60dc1

Breaking changes:

  • boxFromDSP now returns just a box, not a tuple of (box, inputs, outputs)
  • getBoxType has been removed.

Improvements:

  • A box object has new properties: .valid, .inputs .outputs. This is why boxFromDSP changed and getBoxType 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.