How to sample a signal into a message inside pfft~ ?
Hi,
I want to use fbinshift~ to shift bins in different ratios based on the bin number, but rightmost inlet of fbinshift~ accepts messages so I need to convert my signal(that initially comes from fftin's right outlet and processed) into a message. I connect it to number~ and try to use the right outlet but it seems to output nothing.
I think I am missing something fundamental here, as I am pretty much a fft newbie.
Thanks for any help.
Oh, thinking more on it, I found out that sampling with number~ was a stupid idea, as it samples every 20ms at best, and bin indexes won't be in sync for sure.
And fbinshift~ does not have a signal input for shift amount. There sould be a reason for this, I guess.
I want to move each bin individually, is it possible?