We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
Griffin Powermate (Read 2078 times)
Griffin Powermate
Oct 16th, 2007, 4:46pm
 
salut guys,

i am trying to connect the griffin powermate and make it work within processing, but it just won't work, also not i a exported application.
is there someone who made this before (i've seen flight404) and knows how to do it?

best regards!
Re: Griffin Powermate
Reply #1 - Nov 12th, 2007, 11:36pm
 
if you are connecting one, easy, just map the functions using the griffin drivers to certain keys, and in processing, use keyPress and have specific functions for each keypress (basically griffin emulate keyboard)
Re: Griffin Powermate
Reply #2 - Nov 12th, 2007, 11:52pm
 
doesn't work either inside processing or as a exported applicaton, i've tried that. does it work at yours? iam working on an macbook pro with mac os 10.4, maybe it works on other system


void keyPressed()
{
 println("LETSSS GOOOO Powermate");

}
Re: Griffin Powermate
Reply #3 - Jul 22nd, 2008, 2:52pm
 
The reason that you are having this problem is that the Powermate is sending your keystrokes to the IDE and not to your processing sketch. You need to modify the *Global Settings* for the Powermate so that it sends keystrokes to whatever application has the current focus.

Granted, this might affect other programs on your system, but presumably those wouldn't have the user context while you are running processing.

Hope that helps!
Re: Griffin Powermate
Reply #4 - Jan 12th, 2009, 9:58pm
 
I've done some programming directly against the Powermate here: http://www.conceptualinertia.net/aoakenfo/powermate

However, it was done using .NET (with C++/CLI and C#), so I don't think it will be very helpful to you (but you never know).

I just picked up Processing today, so getting the Powermate to work with it might be a good first project.
Page Index Toggle Pages: 1