These past few days, I have been searching about how to do multi threading in Pure Data. My supervisor told me about Poly object in Max MSP and Pure Data has the same object. After I do my research and tried some patches it seems Poly object isn’t what I need. I will try to learn it more next time or maybe I can find a workaround for this problem.
I also tried to learn more about OSC in Pure Data, after following some tutorial I think OSC is not that complicated to do. OSC is just as simple as sending and receiving data in some format. The thing that I need to think more is the data structure itself. I can create any data structure that I want but I have to decide what data that I need for my project and to do this I have to finish the client part of my project (Leap motion controller part).