prisonerjohn / processing-web

0 stars 0 forks source link

[CLOSED] Sound (using Max/MSP) not working, using ProTablet Library and size(displayWidth, displayHeight) in Presentation Mode #102

Open prisonerjohn opened 10 years ago

prisonerjohn commented 10 years ago

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.

prisonerjohn commented 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.