-
arity
I used the netserver and netclient from pd to create a cliente server that reads data from java into pd but I am not able to see inside pd objects and numbers boxes the values that java produces. I think the problem isn´t with java but with pd.
I use maxlib in java to get the values and send to pd with out.println(R_[]) but i can´t see them in pd where I need to work with.
Anybody can help me?
Thanx_ -
arity
Thanks for your help but I´m still very confused ...
I try your java program but I don´t understood ...
I try to connect a [send mi] to the number box that receive values from java in sequence, I suppose in pd we name this kind of object - list - but I´m not sure. Then a connect a [receive mi] with a [t f], a [unpack] and in the end [tabwrite array_256]. In the right inlet of tabwrite I connect a cycle from 1 to 256.
When I see the content of table array_256 a can perceive that I have some values from the java connection and others I don´t know from where they appeared. I suppose it´s a questions of syncronization. Anybody could help me? -