|
-
Apr 8th, 2007, 10:12 AM
#1
Thread Starter
New Member
Faking Tablet pressure
Good day everyone.
I'm looking for a piece of code I can't seem to make / find myself.
Basically, I made my own piece of hardware that detects pressure.
I've already gotten as far as getting this pressure into a visual basic program,
and it shows my pressure from 0 to 1.
Now, what I'd want, is to use this variable, in programs like Photoshop as if it were the pressure of a tablet.
So how should I 'fake' this tablet pressure using that variable?
Any help would really be nice.
Greetings,
Chibs.
-
Apr 8th, 2007, 11:55 AM
#2
Re: Faking Tablet pressure

It seems like you want to set a variable in your program and have PhotoShop use that value. Is that the case?
-
Apr 8th, 2007, 12:21 PM
#3
Thread Starter
New Member
Re: Faking Tablet pressure
Thankyou. ^^
Yes, that's indeed the case.
-
Apr 8th, 2007, 12:41 PM
#4
Re: Faking Tablet pressure
Well then perhaps you can find the setting (if there is one) in the Registry where PhotoShop stores your choices and change it.
-
Apr 8th, 2007, 12:57 PM
#5
Thread Starter
New Member
Re: Faking Tablet pressure
Sadly that's not possible, it's a variable only used within photoshop, and needs to be changed real time...
The way I thought of doing it, since I want my variable to 'fake' the pressure of a stylus on a tablet, is to use tablet driver, and instead of passing the 'actual' pressure of the stylus, passing a variable. However, I have no idea how to do this, therefore I came here for help..
Does
This
have anything to do with what I want? If I try what I want in my script, I get a
"User-defined type not defined" error.. : [
Last edited by Chibs; Apr 8th, 2007 at 01:10 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|