Erwin
About
- Username
- Erwin
- Joined
- Visits
- 7
- Last Active
- Roles
- Member
Comments
-
Hi Hunter For a experiment, I did something similar to what you need to do. The problem I had using openexp.canvas is that there's a lot jitter in the cursor trajectory. So I prefered to use Pygame in inline script to present the mouse cursor.
-
Hi Yes, I did use the plugin in an actual experiment. It was a spoken lexical decision task. I'm not working on the pluging right now, but I've thought of integrating the hats to the plugin. However, I'm not sure about how to get the logger to re…
-
Hi Sebastiaan/Martinc Yes, I wrote the joystick/gamepad plugin for my experiment. I'm now analysing the reponse times I collected using this plugin and a Genius USB gamepad, and all seems pretty good! The plugin only collects data from button pres…
-
Hi Sebastian Thanks for the tip on Psychopy. I tried several times before last year to install Psychopy on my laptop, but not even the demos would'nt run. I guess it's a compatibility problem with the video controller. But, yes, I'm still working …
-
Hi I'm trying to build a plug-in for the gamepad. How can I make generic_reponse read the the input from the gamepad? Thanks Erwin
-
Oh, no. The indentation got lost in the previous comment.
-
Hi again I have being trying to the inline script to recognize a gamepad. I have this code now: self.experiment.set("allowed_responses", "m;f")self.experiment.set ("description", "Collects joystick responses"…
-
Hi I've also got problems with the sampling rate. I followed Sebastiaan's suggestion and tried editing the general script. The funny thing is that the general script already showed the new sampling rate! I solved the problem calculating the sampli…