Page 1 of 1

Touch Pressure / SIze

Posted: 31 Aug 2025, 21:10
by 23fx23
it seems windows can expose Touch pressure / size / tilt from hardware if available,
it's quite rare on capacitive screens (looking for some exposing touch area by the way, if anyone knows..to "simulate pressure")

but for ex tablets screens using pressure pens (MPP) usually expose pressure.
(here a vid ex of what i mean with juce , with my screen and an mmp 2 stylus, aroud 30" in the vid)
https://drive.google.com/file/d/1laCCAh ... sp=sharing

would be cool to be able to get that info in usine in same way (maybe not all modules, but some new extra global mouse variant or device module? just an idea..)

Re: Touch Pressure / SIze

Posted: 05 Sep 2025, 21:28
by oli_lab
Hi !
What I did is a program with Processing4 to be ran on another PC so it send all thing a Wacom Intuos is doing to Usine via OSC :

it is here :
https://www.dropbox.com/scl/fi/km6qnnsx ... zimw0&dl=0

Re: Touch Pressure / SIze

Posted: 06 Sep 2025, 17:32
by 23fx23
nice, thanks Oli!