Hello everyone. I've been using pd-extended for several years, and now I migrated to pd 0.48.1. I downloaded reactiVision in order to use fiducials, as always, but I can't use TuioClient object. I downloaded the TUIO package but I don't know how to include the library. It is supposed that with deken you would be able to do it, but deken can't find Tuio. Any help would be great! I am on OSX High Sierra btw...
-
TuioClient couldn't create
-
if you can not find it with deken or elsewhere to download, you can extract it from pd-extended by right click "show contents" and then you will find it there somewhere. copy the library and put it somewhere where vanilla can find it. And propably it will only work with vanilla 32bit.
-
don't know if this is what you're looking for (or what you already downloaded.)
TUIO_PureData-1.4.zip
https://sourceforge.net/projects/reactivision/files/TUIO 1.0/TUIO-Clients 1.4/
you should be able to build from source also using make.
-
Thank you Johnny. Finally I figured it out. I just downloaded de TUIO_PureData-1.4.zip extracted and added the folder inside the pd folder that is created inside user/Documents/ ... then from terminal went "cd user/Documents/Pd/externals/TUIO11_PureData-master/source" and once there typed "make pd_darwin" and it worked! thanks a lot!
-
@youaresound thanks a lot!...I didn't know how to use make command, but I read a little and it worked (important, I had to add "make pd_darwin" in order to work)