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

Add a mechanism for communicating streaming size behaviour at compile… #248

Merged
merged 1 commit into from
Aug 23, 2023

Conversation

AlexHarker
Copy link
Contributor

… time

This is part of a fix for the max (and other) wrappers that is needed so that wrappers can be aware of how IO sizes will be managed at compile time (and consequently without the need to instantiate a client - as in the main() of the max wrapper or the equivalent class definition section of the pd wrapper).

As this involves hierarchical inheritance this change should not affect the current behaviour of the wrappers in any way until modifications are made to them also.

@AlexHarker
Copy link
Contributor Author

@weefuzzy - I've included you here because there are some things to review (or tell us that you don't wish to review) in the max wrapper change coming up and that involves being aware of this change.

Copy link
Member

@weefuzzy weefuzzy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, fine. One fine day I plan to come up with something more friendly to client authors than tag inheritance for this stuff, but this change doesn't make that any more or less remote 😄

@tremblap tremblap merged commit 16272b1 into flucoma:main Aug 23, 2023
3 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.

3 participants