Followers
0
Following
0
Joined
Last Online
-
ggagliano
Ahmad, I have the same exact problem. I am working in a patch that runs a FFT calculation and outputs signal:
SIGNAL FROM FILE~
| |
FFT~
| |
anything that converts it to a list
| |
unpack
| |
the rest of mu patchHowever, I need to convert this signal output to a list of float numbers, so I will be able to read these numbers as input to the next step of the whole patch. Now, I am stuck in PD trying to do this conversion. Does anyone know how to solve it??
Thanks a lot!!