Search found 2 matches
- Wed Feb 18, 2015 10:36 am
- Forum: Motive
- Topic: streaming live rigid body data from Motive to Max MSP
- Replies: 2
- Views: 3367
Re: streaming live rigid body data from Motive to Max MSP
Check this https://github.com/scrime/vrpd But there don't seem to be the binaries he talks about. You can also try to go with the UDP but I think max is too limited to join a mulitcast network and then to parse it (or at least you will have millions of boxes and wires). This addon https://github.com...
- Wed Feb 18, 2015 10:13 am
- Forum: Motive
- Topic: streaming live rigid body data from Motive to Max MSP
- Replies: 2
- Views: 3367
Re: streaming live rigid body data from Motive to Max MSP
I think with the standard UDP object in max you might have some trouble- not to sure of the state of it these days but last time I used it it could not connect to a multicast network. There is also a lot of UDP data to parse, again, it is a difficult task with something like max- it can be done in a...