vvvv.js icon indicating copy to clipboard operation
vvvv.js copied to clipboard

webAudio feedback?

Open artofmus opened this issue 10 years ago • 6 comments

Still need to think about how to implement delay line and in general feedback.

artofmus avatar Mar 14 '15 09:03 artofmus

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.

geloescht avatar Mar 14 '15 17:03 geloescht

Or that I do not understand, or until it is still not possible)

artofmus avatar Mar 15 '15 06:03 artofmus

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.

artofmus avatar Mar 17 '15 19:03 artofmus

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.

geloescht avatar Mar 17 '15 22:03 geloescht

I have it does not work ... Could you @geloescht send me an example of a patch as it works for you? [email protected]

artofmus avatar Mar 18 '15 06:03 artofmus

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.

geloescht avatar Mar 18 '15 21:03 geloescht