I'm using the procontroll library to interface with an xbox 360 controller with Processing in Windows 7. Everything works great, except I can't get the rumble method to do anything with the controller:
device.rumble(1.0);
does nothing.
Has anybody else had this problem? Am I sending the wrong information to the method? I looked in the procontroll documentation but I can't find anything helpful.