Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upOscillator node message #242
Conversation
Update josephhutch/media fork to reflect servo/media flat directory structure
|
I forgot to commit another relevant file. My bad. |
|
r=me with the comments applied, please. Thanks! |
|
It would also be good to squash the commits before merging. Thanks |
|
@ferjm I made the changes you requested. However, I am not sure how to squash the commits before merging? |
|
Thanks @PurpleHairEngineer
|
|
@ferjm I followed your instructions to squash the commits and it gave me this message: [detached HEAD d403149] Add OscillatorNode::SetOscillatorType message But I am not sure how to update this pull request to reflect the squashed commits. I tried to do "git push -u origin OscillatorNodeMessage" as usual but it was rejected and said that the tip of my current branch is behind its remote counterpart. |
|
@PurpleHairEngineer After modifying the branch history by squashing it, you need to force push (-f) to make the remote accept the new history. |
|
That's ok. Thanks @PurpleHairEngineer :) @bors-servo r+ |
|
|
Oscillator node message Implemented an audio node message that is specific to OscillatorNode (using BiquadFilterNode as a model) which updates the node's oscillator type.
|
|
Implemented type attribute for OscillatorNode interface <!-- Please describe your changes on the following line: --> Please see servo/media#242 for implementation of the new oscillator node message. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #___ (GitHub issue number if applicable) <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because ___ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23282) <!-- Reviewable:end -->
Implemented type attribute for OscillatorNode interface <!-- Please describe your changes on the following line: --> Please see servo/media#242 for implementation of the new oscillator node message. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #___ (GitHub issue number if applicable) <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because ___ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23282) <!-- Reviewable:end -->
PurpleHairEngineer commentedApr 27, 2019
Implemented an audio node message that is specific to OscillatorNode (using BiquadFilterNode as a model) which updates the node's oscillator type.