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

libfaust reorganization and updates #175

Closed
wants to merge 39 commits into from

Conversation

DBraun
Copy link
Owner

@DBraun DBraun commented Sep 16, 2023

Bug fixes:

  • In between renders, a plugin processor is now better told to turn off all MIDI notes. This is helpful if a render ends before a Note Off event.

Other updates:

  • JUCE has been updated to 7.0.7
  • Sampler Processor Plugin project has been updated.
  • libfaust has been updated to 2.68.1
  • libfaust (the Box and Signal API) files have been refactored into more isolated files
  • The Faust Processor can now load soundfile primitives directly from the filesystem. If the file hasn't been specified via set_soundfiles then the filesystem will be checked.
  • Python floats and ints can be implicitly converted into boxReal(val), boxInt(val), sigReal(val), and sigInt(val)

@DBraun
Copy link
Owner Author

DBraun commented Sep 18, 2023

Closing in favor of #176

@DBraun DBraun closed this Sep 18, 2023
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