I was very happy to find the proTablet library for processing. Running the "Basic Drawing" example worked like a charm. Pressure information for my pen could be read, etc. However, there is one problem: the performance (i.e. sampling rate) of the proTablet library is much lower than that of the vanilla jpen library.
If I draw on the canvas in the Basic Drawing example, strokes are very rough. If I run the JPen Demo, however, I get very smooth strokes. So there has to be something processing-related that is decreasing performance.
Is this a problem of the Basic Drawing example? Is there a different way to use the proTablet library to get better performance?
Or is this a problem with proTablet itself? How can this issue be resolved?