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 #2192: Fix WaveShaperNode curve interpolation algorithm. #2197

Merged
merged 1 commit into from Apr 29, 2020

Conversation

rtoy
Copy link
Member

@rtoy rtoy commented Apr 24, 2020

Change (1-f)*c[k] + f*c[k] to (1-f)*c[k] + f*c[k+1]


Preview | Diff

Change `(1-f)*c[k] + f*c[k]` to `(1-f)*c[k] + f*c[k+1]`
@rtoy rtoy requested a review from padenot April 24, 2020 16:29
@rtoy rtoy self-assigned this Apr 24, 2020
@rtoy rtoy added this to In PR Review in V1 via automation Apr 24, 2020
@padenot padenot merged commit 2a7f55f into WebAudio:master Apr 29, 2020
V1 automation moved this from In PR Review to Done Apr 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
V1
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants