heartypatch
heartypatch copied to clipboard
GUI app issue building with processing 3.3.7
Just a quick heads up when building with v3.3.7 of processing.
It seems that the stream doesn't get pulled in correctly from the device (maybe 1 update / sec).
Playing around suggests that the net.jar version has changerd which seems to have broken something. As a workaround, exporting the project from processing and replacing the net.jar file from the lib folder in the pre-built spplication release seems to fix it though obviously not the best solution.
Problem replicated on Win 10 + OSX 10.12 machines though I don't have a Mac at hand at the moment to test whether the workaround works on OSX