-
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
Audio nodes new problems #33
Comments
Concerning Convolver and Waveshaper, this is a bug in the Firefox development tools which I have worked around for all other nodes but not those too. I will fix that in a short while. |
OK, my newest revision of the audio branch at geloescht/vvvv.js@7cbc7e0 should fix the debugging issue in Firefox and also adds Add (HTML5 Audio Spectral) as well as a nice ADSR (Animation). |
@geloescht thanks, super! But convolver still strange.. problem probably with FileBuffer, when i change names of the buffers in spreaded string input - buffers not change (i can specify the names of the buffers only once for a single node). Generally it is not a big Problem, just for cleanliness) |
@geloescht the same problem exists in OscillatorNode, type input pin work only for first slice of spread. |
@artofmus: Can't reproduce, both seem to work fine to me (tested only on Chrome due to the ongoing issues Firefox has with certain wav files). If you are still experiencing problems please upload a zip file with a minimal example and post it here. |
@geloescht I'm sorry,.. I have something confused, checked the wrong code. everything works!) |
@geloescht, @zauner I must report) Convolver and Waveshaper nodes not work in mozila when development tools is on, when development tools is off this nodes work but irrational in spread mode (when i increases and decreases slice number of spred i get unexpected results (in chrome work same)). More would like to draw attention to the fact that we need a node on the similarity Add(Value Spectral) to avoid wasting CPU. And delay feedback, we have already talked about)
The text was updated successfully, but these errors were encountered: