tebjan / VVVV.Audio

Implementation of an audio engine for vvvv
http://vvvv.org
GNU Lesser General Public License v3.0
39 stars 13 forks source link

Changing Wavetable Frequency ends in corruption #135

Open catvvvveasel opened 8 years ago

catvvvveasel commented 8 years ago

I'm making waveforms for display on an oscilloscope, I get some cool stuff happening by wanging the frequency around :) However after a while it breaks and the wave is corrupted, it becomes steppy and scrambled. Its similar but worse to what happens if you hit 0, I've set it to a minimum of 1 now, but after some time it still happens. I have to delete the node and undo to get it working again. It looks kind of cool though ;)

I've just had it switching with a linear filter from 2 to 600hz, after a few changes it broke, then broke again a few more times, then eventually, unbroke then carried on in the same fashion, eventually it breaks completely...

tebjan commented 8 years ago

sounds scary... you know the game, testpatch! :)

catvvvveasel commented 8 years ago

Do you have an oscilloscope? heres a patch https://www.dropbox.com/s/fdi5i1m4co5s92d/wavetable%20bug.v4p?dl=0 And a video demonstrating it. https://www.dropbox.com/s/fjagnz3e8aa92az/wavetableVideo.MOV?dl=0

of course a fix before the show next Saturday would be marvelous ;) No pressure or any thing hehe

What it seems to be is that values get repeated, hence you get dots, and steppy so I guess the repeated values write over the buffer

tebjan commented 8 years ago

have one in the basement... :) but thanks for the vid... will investigate.