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

Fix #874: Construct ConvolverNode. #889

Merged
merged 3 commits into from
Aug 4, 2016

Conversation

rtoy
Copy link
Member

@rtoy rtoy commented Jul 6, 2016

Add constructor and define the options dictionary.

Raymond Toy added 2 commits July 6, 2016 08:43
Add constructor and define the options dictionary.
<code>disableNormalization</code>.
</dd>
<dt>
boolean disableNormalization = false
Copy link
Contributor

Choose a reason for hiding this comment

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

This is opposite in sense to an existing normalize attribute on a ConvolverNode. Is this intentional?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes. I was following the suggestions and decisions made in #545 (comment) wrt to the boolean trap and why we used disableNormalization for the PeriodicWave dictionary.

@joeberkovitz
Copy link
Contributor

cool.

@rtoy
Copy link
Member Author

rtoy commented Aug 3, 2016

Assuming "cool" means lgtm, I'll fix up the AudioNodeChannelOptions name and merge this soon.

Unless you object.

It's AudioNodeOptions now, and added a link to the normalize
attribute.
@rtoy rtoy merged commit e30b9b2 into WebAudio:gh-pages Aug 4, 2016
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