Pfft change overlap-factor
Hello,
I am working on a Patch that creates sound from Video using a Pfft object. I would like to change the overlap-factor of the pfft (third argument) dynamically to change the sound. Is there a possibility to send some kind of message in the inlet of the pfft object to do this?
Thank you for the help!!!
nobody?
Strictly speaking, you can't. What you can do instead is deleting and recreating your object through scripting with the right parameters—have a look at the zsa.easy_* modules in the "zsa descriptors" package.
Hope this helps,
aa
Thanks Andrea