Skip to content

Conversation

@tranzystorekk
Copy link
Contributor

@tranzystorekk tranzystorekk commented Jan 2, 2026

Highlights

Updated build.zig{,.zon} files.

Addressed #3. Took the liberty to rename the from* methods to camelCase.

Rewrote the audio mixins; since 0.15 the usingnamespace feature and mixins in general are removed without replacement. I used the mixin code example from the release notes. This requires a bit of redundant code - additional .node fields in all node structs, and adding a new tree node is now done as e.g. ff.audio.out.node.addGain(...).

(Please let me know if the node field name needs some bikeshedding to make it more obvious to users)

Copy link
Member

@orsinium orsinium left a comment

Choose a reason for hiding this comment

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

Thank you! I only have one question about the new mixin in audio Node, see below.

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.

2 participants