-
Notifications
You must be signed in to change notification settings - Fork 55
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
Smooth transition when using sliders to set params #28
Comments
I would make sure you are updating position as often as you can, as the
more continuous-like the position is, the less discontinuity you’ll hear.
…On Tue, Mar 12, 2019 at 5:33 AM iooops ***@***.***> wrote:
When I use a slider to change the value, e.g. setPosition, there're
sometimes clipping sounds.
And I can't use linearRamp since it's not an audio node param.
How could I resolve this?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#28>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGDsNvsH-GPyAOZQOddO_pKbk6et8fxPks5vV3RUgaJpZM4bqbyn>
.
|
Can you add a linearRamp like function in the SDK? This can allow smooth transition. |
Maybe can override omnitone's functions like setRotationMatrix3 & setRotationMatrix4 ?
Instead of set the value directly, using setTargetAtTime to smooth out the transition? If it should be done by myself, how could I override your functions then? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I use a slider to change the value, e.g. setPosition, there're sometimes clipping sounds, especially when I am sliding fast.
And I can't use linearRamp since it's not an audio node param.
How could I resolve this?
The text was updated successfully, but these errors were encountered: