I'm in the process of updating the monomeric library (a monome interface) for the latest version of oscp5 and adding a few things and I'm running into a weird error. oscp5 is imported under the package statement at the top of one of the library class pages, and although the classes work fine when run in tabs in processing, when built through eclipse and imported, I'm getting the following error.
OscMessage.add(int) should work fine, and does in processing. It is the first call to add, but not the first time the oscp5 library is used (oscp5 object and oscmessage are already created).
anyone have any idea what's happening and how to fix it? thanks in advance