-
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
Add Web Audio support #20
Conversation
Excellent news :) On 8 March 2015 at 18:16, geloescht notifications@github.com wrote:
|
Well that's indeed excellent news. Also: great job with the clever implementation! Funny/tragic coinsidence is, that @artofmus from this forum thread just finished a first draft of his version of a WebAudio implementation, when we discovered the pull request. I think it would be great if @artofmus joined the discussion, and if we joined forces for future improvements. Regarding the audio param pins, which should also be connected to audio signals: I think we need a special pin type VVVV.PinTypes.AudioParam for this. It should work as a value pin in the editor, but should also accept incoming audio signals. I will need to have a look into this, as VVVV.js at the moment does not support subtypes, as VVVV does. |
Thanks for the pull! :)
|
Yes, these were the 3 points we also identified. As each of these are quite complex i opened separate issues for further discussion. |
This branch adds support for audio nodes by providing a thin layer over the Web Audio API that is implemented in modern Firefox and Webkit browsers. These nodes currently do not support spreading.