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

Ingen executes action on next message after getting message at a high rate #37

Open
loki42 opened this issue Aug 14, 2024 · 0 comments
Open

Comments

@loki42
Copy link
Contributor

loki42 commented Aug 14, 2024

I've got a script to reproduce this but it requires a specific Ingen patch etc. Basically, I play a sound through Ingen and record the level of the output after I mute and unmute it.

The flow of the script it:
I set a bunch of parameters, set them back to what they were. Sleeping between each parameter "delay" amount.
mute by setting VCA level, check output level by recording through jack.
unmute by setting VCA level and check level
if mute level is to loud, or unmute level is to quiet, print error.

If I run my script, I get no errors with longer delay times but when I start reducing it, I start to get errors. The behaviour when the error has been triggered is that actions are executed when the next message is received. For example, a disconnect won't happen straight away but will happen when the next set value is sent.

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

No branches or pull requests

1 participant