Doesn’t seem to work. I tried the example TestArc.pde and adjusted the connection string to "m1100101" but I get an error:
### [2016/10/2 14:7:46] INFO @ OscP5 is running. you (192.168.0.3) are listening @ port 38566
### [2016/10/2 14:7:46] ERROR @ OscP5 ERROR. an error occured while forwarding an OscMessage
to a method in your program. please check your code for any
possible errors that might occur in the method where incoming
OscMessages are parsed e.g. check for casting errors, possible
nullpointers, array overflows ... .
method in charge : oscEvent java.lang.reflect.InvocationTargetException
hey kisielk, sorry for the trouble. i wrote the monome processing library but haven’t tested or used it in awhile. i’ll dig in today and see if i can figure out what’s going on.
That’s pretty much exactly what I’ve done. The library works fine with my grid, but it doesn’t work with the new arc… I get the error message which I’ve posted in the first post.
I can dig into it further myself, but I need instructions on how to build the library jar file properly…
that would be great if you could dig into it. to build the library you need ant and a JDK installed. latest version of ant from homebrew and latest JDK seems to work fine.
just go into the resources directory and type ‘ant’
i had to create a folder named ‘data’ at the top level to get the compilation to run. javadoc compilation fails but the library will build and install itself automatically.