Hello, list !
We a trying to recieve OSC from VVVV to PD . Via UDPrecieve ..
We are sending list of floats and see it in PD's terminal ......
But we can't unpack it ..
[ unpack f f f f f f f f f ] is not working ..
So we need 50 floats unpacked and dynamically changing.. Any help how to do it ??
Thanks !!
Le 23/03/2012 18:40, Фывапр Олджэвич a écrit :
Hello, list !
We a trying to recieve OSC from VVVV to PD . Via UDPrecieve ..
We are sending list of floats and see it in PD's terminal ......
But we can't unpack it ..
[ unpack f f f f f f f f f ] is not working ..
So we need 50 floats unpacked and dynamically changing.. Any help how to do it ??
Thanks !! _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Have you tried [unpackOSC] from mrpeach ? See the help patch. ++
Jack
Hi !
Yes, Jack. I use the chain: udprecieve - unpackOSC - pipelist - routeOSC
we can recieve different floats through different channels, but can't unpack list, sent via one channel..
at the same time i can see the data in PD's terminal ..
i have an idea, that we can't split the list from VVVV, cause VVVV sends floats delimeted by SPACES, but those SPACES recognized by PD as symbols or just irrelivant data ..
We tried to assign another delimiters in VVVV (e.g. coma ), but I have no idea how to extract it from the incoming list and form a clear list appropriate for PD ..
Any ides on that ? Or just if anyone tried to connect VVVV with PD via WiFi, or any network and send matrixes or lists through one channel ?
thanks !
serg
Fri, 23 Mar 2012 19:08:31 +0100 от Jack jack@rybn.org:
Le 23/03/2012 18:40, Фывапр Олджэвич a écrit :
Hello, list !
We a trying to recieve OSC from VVVV to PD . Via UDPrecieve ..
We are sending list of floats and see it in PD's terminal ......
But we can't unpack it ..
[ unpack f f f f f f f f f ] is not working ..
So we need 50 floats unpacked and dynamically changing.. Any help how to do it ??
Thanks !! _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Have you tried [unpackOSC] from mrpeach ? See the help patch. ++
Jack
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
If VVVV is sending floats delimited by spaces then it's probably not an OSC message, and maybe just [udpreceive] followed by [moocow/[bytes2any] would work?
Martin
On 2012-03-24 18:33, Фывапр Олджэвич wrote:
Hi !
Yes, Jack. I use the chain: udprecieve - unpackOSC - pipelist - routeOSC
we can recieve different floats through different channels, but can't unpack list, sent via one channel..
at the same time i can see the data in PD's terminal ..
i have an idea, that we can't split the list from VVVV, cause VVVV sends floats delimeted by SPACES, but those SPACES recognized by PD as symbols or just irrelivant data ..
We tried to assign another delimiters in VVVV (e.g. coma ), but I have no idea how to extract it from the incoming list and form a clear list appropriate for PD ..
Any ides on that ? Or just if anyone tried to connect VVVV with PD via WiFi, or any network and send matrixes or lists through one channel ?
thanks !
serg
Fri, 23 Mar 2012 19:08:31 +0100 от Jackjack@rybn.org:
Le 23/03/2012 18:40, Фывапр Олджэвич a écrit :
Hello, list !
We a trying to recieve OSC from VVVV to PD . Via UDPrecieve ..
We are sending list of floats and see it in PD's terminal ......
But we can't unpack it ..
[ unpack f f f f f f f f f ] is not working ..
So we need 50 floats unpacked and dynamically changing.. Any help how to do it ??
Thanks !! _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Have you tried [unpackOSC] from mrpeach ? See the help patch. ++
Jack
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi, Martin !
Hm.. but why we can see lists in terminal in this case ?? Should it mean that PD recieves the data ?
Or you mean that OSC protocol doesn't require delimeters or particularly spaces in lists ?
Also the same lists, sent from VVVV (with it's spaces) are unpacked well in MAX ..
Any ideas ?
Thanks !
serg
Sat, 24 Mar 2012 18:46:31 -0400 от Martin Peach martin.peach@sympatico.ca:
If VVVV is sending floats delimited by spaces then it's probably not an OSC message, and maybe just [udpreceive] followed by [moocow/[bytes2any] would work?
Martin
On 2012-03-24 18:33, Фывапр Олджэвич wrote:
Hi !
Yes, Jack. I use the chain: udprecieve - unpackOSC - pipelist - routeOSC
we can recieve different floats through different channels, but can't unpack list, sent via one channel..
at the same time i can see the data in PD's terminal ..
i have an idea, that we can't split the list from VVVV, cause VVVV sends floats delimeted by SPACES, but those SPACES recognized by PD as symbols or just irrelivant data ..
We tried to assign another delimiters in VVVV (e.g. coma ), but I have no idea how to extract it from the incoming list and form a clear list appropriate for PD ..
Any ides on that ? Or just if anyone tried to connect VVVV with PD via WiFi, or any network and send matrixes or lists through one channel ?
thanks !
serg
Fri, 23 Mar 2012 19:08:31 +0100 от Jackjack@rybn.org:
Le 23/03/2012 18:40, Фывапр Олджэвич a écrit :
Hello, list !
We a trying to recieve OSC from VVVV to PD . Via UDPrecieve ..
We are sending list of floats and see it in PD's terminal ......
But we can't unpack it ..
[ unpack f f f f f f f f f ] is not working ..
So we need 50 floats unpacked and dynamically changing.. Any help how to do it ??
Thanks !! _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Have you tried [unpackOSC] from mrpeach ? See the help patch. ++
Jack
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I think if you use NetSend from vvvv you just need to use [netrceive] in Pd. Max's udpreceive receives both kinds of messages.
Martin
On 2012-03-24 18:58, Фывапр Олджэвич wrote:
Hi, Martin !
Hm.. but why we can see lists in terminal in this case ?? Should it mean that PD recieves the data ?
Or you mean that OSC protocol doesn't require delimeters or particularly spaces in lists ?
Also the same lists, sent from VVVV (with it's spaces) are unpacked well in MAX ..
Any ideas ?
Thanks !
serg
Sat, 24 Mar 2012 18:46:31 -0400 от Martin Peachmartin.peach@sympatico.ca:
If VVVV is sending floats delimited by spaces then it's probably not an OSC message, and maybe just [udpreceive] followed by [moocow/[bytes2any] would work?
Martin
On 2012-03-24 18:33, Фывапр Олджэвич wrote:
Hi !
Yes, Jack. I use the chain: udprecieve - unpackOSC - pipelist - routeOSC
we can recieve different floats through different channels, but can't unpack list, sent via one channel..
at the same time i can see the data in PD's terminal ..
i have an idea, that we can't split the list from VVVV, cause VVVV sends floats delimeted by SPACES, but those SPACES recognized by PD as symbols or just irrelivant data ..
We tried to assign another delimiters in VVVV (e.g. coma ), but I have no idea how to extract it from the incoming list and form a clear list appropriate for PD ..
Any ides on that ? Or just if anyone tried to connect VVVV with PD via WiFi, or any network and send matrixes or lists through one channel ?
thanks !
serg
Fri, 23 Mar 2012 19:08:31 +0100 от Jackjack@rybn.org:
Le 23/03/2012 18:40, Фывапр Олджэвич a écrit :
Hello, list !
We a trying to recieve OSC from VVVV to PD . Via UDPrecieve ..
We are sending list of floats and see it in PD's terminal ......
But we can't unpack it ..
[ unpack f f f f f f f f f ] is not working ..
So we need 50 floats unpacked and dynamically changing.. Any help how to do it ??
Thanks !! _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Have you tried [unpackOSC] from mrpeach ? See the help patch. ++
Jack
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
If you get a symbol like '45 23 67 89', you can use [symbol2list] from zexy to get a list of float and then [unpack f f f f] it. ++
Jack
I think if you use NetSend from vvvv you just need to use [netrceive] in Pd. Max's udpreceive receives both kinds of messages.
Martin
On 2012-03-24 18:58, ?????? ???????? wrote:
Hi, Martin !
Hm.. but why we can see lists in terminal in this case ?? Should it mean that PD recieves the data ?
Or you mean that OSC protocol doesn't require delimeters or particularly spaces in lists ?
Also the same lists, sent from VVVV (with it's spaces) are unpacked well in MAX ..
Any ideas ?
Thanks !
serg
Sat, 24 Mar 2012 18:46:31 -0400 ?? Martin Peachmartin.peach@sympatico.ca:
If VVVV is sending floats delimited by spaces then it's probably not an OSC message, and maybe just [udpreceive] followed by [moocow/[bytes2any] would work?
Martin
On 2012-03-24 18:33, ?????? ???????? wrote:
Hi !
Yes, Jack. I use the chain: udprecieve - unpackOSC - pipelist - routeOSC
we can recieve different floats through different channels, but can't unpack list, sent via one channel..
at the same time i can see the data in PD's terminal ..
i have an idea, that we can't split the list from VVVV, cause VVVV sends floats delimeted by SPACES, but those SPACES recognized by PD as symbols or just irrelivant data ..
We tried to assign another delimiters in VVVV (e.g. coma ), but I have no idea how to extract it from the incoming list and form a clear list appropriate for PD ..
Any ides on that ? Or just if anyone tried to connect VVVV with PD via WiFi, or any network and send matrixes or lists through one channel ?
thanks !
serg
Fri, 23 Mar 2012 19:08:31 +0100 ?? Jackjack@rybn.org:
Le 23/03/2012 18:40, ?????? ???????? a écrit :
Hello, list !
We a trying to recieve OSC from VVVV to PD . Via UDPrecieve ..
We are sending list of floats and see it in PD's terminal ......
But we can't unpack it ..
[ unpack f f f f f f f f f ] is not working ..
So we need 50 floats unpacked and dynamically changing.. Any help how to do it ??
Thanks !! _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Have you tried [unpackOSC] from mrpeach ? See the help patch. ++
Jack
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Have a look at the [list] classes, especially [list split]. Using those objects you can construct a way to split a large list into its constituent elements. Or you can use one of the abstractions from the list-abs library, like [list-drip]. -Jonathan
From: Фывапр Олджэвич tofuckof@inbox.ru To: PD-list pd-list@iem.at Sent: Friday, March 23, 2012 1:40 PM Subject: [PD] HELP with udprecieve
Hello, list !
We a trying to recieve OSC from VVVV to PD . Via UDPrecieve ..
We are sending list of floats and see it in PD's terminal ......
But we can't unpack it ..
[ unpack f f f f f f f f f ] is not working ..
So we need 50 floats unpacked and dynamically changing.. Any help how to do it ??
Thanks !! _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list