Hello,
I recieve osc messages in my pd patch in a sequence and they are printed like this:
/wii/a 0;
/wii/b 0;
/wii/x 0.122659;
/wii/y 0.598212;
/wii/z -0.0285929;
/wii/roll 10.5434;
.
.
.
Now I am trying to concatenate only the floating numbers in a list and than split them through [unpack f f f f] to use the Data separately and parallel but not sequentially.
Can somebody tell me, how can I make such a list.