Open prisonerjohn opened 10 years ago
Comment by shiffman Tuesday Apr 16, 2013 at 02:57 GMT
Hi Sonia,
Based on our tests, I think this is a bug in the ProTablet library and unrelated to Processing core itself. I don't believe ProTablet is on github (http://protablet.sourceforge.net/) but you could perhaps file a bug by contacting the @codeanticode directly.
Issue by sl3832 Tuesday Apr 16, 2013 at 02:49 GMT Originally opened as https://github.com/processing/processing-web/issues/102
Using ProTablet library from the Processing.org website, my Wacom Pad pen pressure is mapped to sound in Max/MSP, and works fine running Processing regularly (i.e. pressing the Run button/command + R)
I'm working in Processing 2.08, and the size(displayWidth, displayHeight) function somehow doesn't work with sound when in Presentation Mode. Dan Shiffman fooled around with the arguments in size(displayWidth, displayHeight), and he figured out that with the combination of size(displayWidth, displayHeight) and Present Mode the sound doesn't come on. If the arguments is something like this, size(80,600), then the sound in Presentation Mode works.
However, when Dan did size(displayWidth-5, displayHeight-5), the sound works perfectly in Presentation Mode.