Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faust Box improvements #182

Merged
merged 19 commits into from
Nov 17, 2023
Merged

Faust Box improvements #182

merged 19 commits into from
Nov 17, 2023

Conversation

DBraun
Copy link
Owner

@DBraun DBraun commented Nov 17, 2023

(minor) Breaking change:

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

Improvements:

  • Update libfaust to 2.69.3.
  • PyPI builds for Python 3.12
  • 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.

@DBraun DBraun merged commit ec60dc1 into main Nov 17, 2023
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant