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

WaveShaper node implementation without oversampling #276

Merged
merged 1 commit into from
Jul 10, 2019

Conversation

khodzha
Copy link
Contributor

@khodzha khodzha commented Jul 5, 2019

Issue at hand: #205

@khodzha
Copy link
Contributor Author

khodzha commented Jul 6, 2019

im not sure about this part of the spec, specifically whether curve attr can be set exactly once per node lifetime or it can be set/unset multiple times

right now (in this PR) it is implemented so it can be set exactly once and then it panic!s on subsequent not-None modifications

@khodzha khodzha force-pushed the master branch 2 times, most recently from 3b1f3de to 24df6fd Compare July 6, 2019 12:55
Copy link
Contributor

@ferjm ferjm left a comment

Choose a reason for hiding this comment

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

LGTM with the nits addressed. Thanks!

audio/wave_shaper_node.rs Outdated Show resolved Hide resolved
examples/waveshaper.rs Outdated Show resolved Hide resolved
audio/wave_shaper_node.rs Show resolved Hide resolved
audio/wave_shaper_node.rs Show resolved Hide resolved
examples/Cargo.toml Outdated Show resolved Hide resolved
@ferjm
Copy link
Contributor

ferjm commented Jul 10, 2019

Thanks!

@bors-servo r+

@bors-servo
Copy link
Contributor

📌 Commit 1a4ddda has been approved by ferjm

@bors-servo
Copy link
Contributor

⌛ Testing commit 1a4ddda with merge d1789aa...

bors-servo pushed a commit that referenced this pull request Jul 10, 2019
WaveShaper node implementation without oversampling

Issue at hand: #205
@bors-servo
Copy link
Contributor

☀️ Test successful - checks-travis
Approved by: ferjm
Pushing d1789aa to master...

@bors-servo bors-servo merged commit 1a4ddda into servo:master Jul 10, 2019
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