-
Notifications
You must be signed in to change notification settings - Fork 69
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
webAudio feedback? #24
Comments
This is already possible with the Delay (HTML5 Audio) node. However it does not make a lot of sense as long as we do not have a mixer node. |
Or that I do not understand, or until it is still not possible) |
this question, apparently due to the fact that it is impossible within the concept of VVVV make audio feedback node without audio(framedelay) node. This applies to the Web Gl nodes. |
Yes, it is possible. Check out the Delay (HTML5 Audio) node. It is possible to create cycles with it. WebGL feedback is an entirely different beast and much harder to implement. |
I have it does not work ... Could you @geloescht send me an example of a patch as it works for you? [email protected] |
Sorry, apparently I was wrong. I tested this with an early version of my implementation and it worked. Matthias removed the delays_output flag when merging my branch. I tried re-adding it, but now I cannot get it to work again. I really have to rework this connection code. |
Still need to think about how to implement delay line and in general feedback.
The text was updated successfully, but these errors were encountered: