We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello,
It appears there is a link error when attempting to get max to communicate with processing. It looks like this: I was wondering what the possible cause of that could be. I am using MAX 7, latest java version, and 0.36 of Maxlink
Answers
I believe this question is partially being addressed in the following post by the same OP:
https://forum.processing.org/two/discussion/20160/sensible-to-use-maxlink-with-msp-to-control-values-within-processing-3-x-sketches#latest
In order to have more responses, you should consider:
1. No screenshots of your code as other ppl won't be able to search it
2. Post your code so ppl can run it
Please continue any further discussion there.
Kf
Indeed, there appears to be a very specific issue I'm running into. I now have the Maxlink library running correctly, however there appears to be something wrong on Max MSP's end.
The code relevant to the task of running Maxlink is below
import maxlink.*; MaxLink link = new MaxLink(this,"Coircle");
I'm hoping someone who has run Maxlink can help me with finding a solution to this issue. Thanks