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

Ping Pong Delay effect note lag #37

Open
michaelkolesidis opened this issue Oct 21, 2023 · 1 comment
Open

Ping Pong Delay effect note lag #37

michaelkolesidis opened this issue Oct 21, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@michaelkolesidis
Copy link
Owner

@error-four-o-four

Noticable lag when the effect is enabled and a note is pressed, until the note is heard.

Chrome Version 118.0.5993.89 (Official Build) (64-bit)
Windows 11

@michaelkolesidis michaelkolesidis added the bug Something isn't working label Oct 21, 2023
@error-four-o-four
Copy link
Collaborator

That's a tricky one.

The note lag corresponds to the duration the delay time of the ping pong delay which means that it doesn't play it's source node (the synth). This seems to be the expected behaviour of the effect. One can confirm this by setting the property wet: 0.5.

The expected behaviour before the commit c072ccc was due to the fact that the synth was connected to the destination separately and the effects in a predetermined chain, like

synth --> destination
synth --> ... --> PingPongDelay --> ... -->destination

which means that all effects which were connected after the PingPongDelay did not affect the source. With a setup like
synth --> AutoFilter --> PingPongDelay --> Vibrato one can here that the Vibrato is only applied to the effect of the ping pong delay

Should I recreate this behaviour exactly?

Otherwise I'd suggest to temporary omit the PingPongDelay #44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants