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

Feat/audio param methods #238

Merged
merged 5 commits into from
Dec 16, 2024
Merged

Feat/audio param methods #238

merged 5 commits into from
Dec 16, 2024

Conversation

maciejmakowski2003
Copy link
Collaborator

@maciejmakowski2003 maciejmakowski2003 commented Dec 16, 2024

Closes #164

Introduced changes

  • Implemented setTargetAtTime(), setValueCurveAtTime(), cancelScheduledValues() and cancelAndHoldAtTime()
  • Added AudioParamEventChangeType class
  • Refactored AudioParamEventChange scheduling

Checklist

  • Linked relevant issue
  • Updated relevant documentation
  • Added/Conducted relevant tests
  • Performed self-review of the code

@maciejmakowski2003 maciejmakowski2003 self-assigned this Dec 16, 2024
@maciejmakowski2003 maciejmakowski2003 marked this pull request as ready for review December 16, 2024 15:13
@@ -52,4 +52,52 @@ export default class AudioParam {

this.audioParam.exponentialRampToValueAtTime(value, endTime);
}

public setTargetAtTime(
Copy link
Member

Choose a reason for hiding this comment

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

can you also include those changes in web index file?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yeah, ofc

Copy link
Member

@michalsek michalsek left a comment

Choose a reason for hiding this comment

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

looks good! 👍

@maciejmakowski2003 maciejmakowski2003 merged commit 7b88f68 into main Dec 16, 2024
11 checks passed
@maciejmakowski2003 maciejmakowski2003 deleted the feat/audio-param-methods branch December 16, 2024 15:27
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.

Implement AudioParam methods: setTargetAtTime, setValueCurveAtTime, cancelScheduledValues, cancelAndHoldAtTime
2 participants