Jarik
About
- Username
- Jarik
- Joined
- Visits
- 707
- Last Active
- Roles
- Member, Moderator
Comments
-
Hi TifBiro, If I'm not mistaking forms don't have this functionality. What you could do is use the code below (you can save it as an .opensesame file) to basically check the response and keep re-showing the form until the response meets your demand…
-
Hi Sebastiaan, Thank you! Crystal clear now! One minor thing is your example script prints seconds instead of milliseconds, so it should be: print('draw() time: %.2f s' % (.001 * (t1-t0)))print('flip() time: %.2f s' % (.001 * (t2-t1)))#ORprint('d…
-
Hi Luigi, Managed to get this working with port = 0xD010 by downloading the Binaries only from http://www.highrez.co.uk/downloads/inpout32 Unpacking the Win32 folder. Running InstallDriver.exe as Admin Copy the file inpout32.dll from Win32 to c…
-
What version of OpenSesame are you using? And what error do you get if any? It worked for me using OpenSesame 3.0.7 and opensesame_soundrecorder_plugins 0.13 on Windows 7 64bit. Despite the warnings I was able to record some sound.
-
Hi Michif, Managed to get this working without using test mode by downloading the Binaries only from http://www.highrez.co.uk/downloads/inpout32 Unpacking the Win32 folder. Running InstallDriver.exe as Admin Copy the file inpout32.dll from Win3…
-
It's a wild guess, but maybe the solution posted at the bottom of this post helps? http://www.cogsci.nl/forum/index.php?p=/discussion/1839/silencing-error-messages Best, Jarik
-
Works like a charm! Thanks, Jarik
-
Hi Adria, You can either use the workaround posted here, uninstall vlc-2.2.3-win64.exe or install vlc-2.2.3-win32.exe alongside. I reported the issue here Best, Jarik
-
Hi guipru , The solution posted here seems to work. I think it has to do with VLC 64 bit being installed. Do you have this? Best, Jarik
-
Couldn't find 2.8.7 so I used 2.9.7 to test: I think you will be OK using the local variable ChooseSOA because all inline_script items share the same workspace: self.experiment.set("SOA", ChooseSOA.pop())print self.experiment.get("S…
-
Hi S_H, Using print in inline script might give you some insight in a situation like this. print self.experiment.get("ChooseSOA") will print '0' print ChooseSOA will print your list [100, 100, 100, 200, etc. ] Basically you use both …
-
I tried installing on a freshly installed Ubuntu 16.04 LTS following these instructions. I also did a sudo apt-get upgrade but I get this error: jdh@jdh-HP-ProDesk-600-G1-TWR:~$ sudo apt-get install opensesameReading package lists... DoneBuilding d…
-
Hi Neuropacabra, Managed to get this working by downloading the Binaries only from http://www.highrez.co.uk/downloads/inpout32 Unpacking the Win32 folder. Running InstallDriver.exe as Admin Copy the file inpout32.dll from Win32 to c:\Windows\Sy…
-
Hi Kenyan, As far as I know you should send event markers from OpenSesame to the data acquisition system (in this case the Arduino if I understand correctly). That is how setups like BioPac and BioSemi work. They use LPT printer port but the idea i…
-
Hi Adria, Please note you will also have to permanently delete the all eyelink_* items from the Unused items or you will still get the ImportError. Best, Jarik
-
Hi turco, Turn all the words into unicode by prefixing u (see image below). More info by Sebastiaan here: http://www.cogsci.nl/blog/miscellaneous/245-a-simple-explanation-of-character-encoding-in-python (Image) Best, Jarik
-
Nope. I can still launch OpenSesame 3.0.7 on a MacBook Mid 2009 running OSX 10.11.4 Can't think of anything else then the start clean you already tried :-( Best, Jarik
-
Dank :-)
-
Hi Benjamin, Find an .opensesame (version 2.9.7) at the pastebin link below. You should also be able to open this with OpenSesame 3. Using the same principle you should also be able to detect for no response in the questionnaire part: if self.get(…
-
Basically you could make a unlinked copy of the loop item and delete the linked one to do this right? Best, Jarik
-
Hi guys, To make it more difficult; another guess here. I think the chronos hardware will not work with the SRbox plug-in in OpenSesame. The chronos device has so many extra options (like LED, audio in, audio out etc) that is seems impossible to m…
-
Hi, As Sebastiaan already mentioned it’s probably either a video card or a driver limitation. On Windows I solved the 'OpenGL error' by installing the correct driver. It might be worth a try to: * hit Windowskey+R * type devmgmt.msc * if you see S…
-
Thanks for sharing your solution! Possibly you could also get it to work by changing the the sampler back-end settings for your experiment: (Image)
-
Hi, Try to use a .wav file instead of ogg. That worked for me. You could first try thit test (including a .wav file) I made: http://itmwiki.psy.vu.nl/images/a/a2/Test.opensesame.tar.gz Best, Jarik
-
Spotted a comparable drawing error in Apache OpenOffice 4.1.2 when using full-screen view. Guess it's an OSX El Capitan problem. (Image)
-
Hi all, Think you will have to add .py in the batch file so it will look something like: c:\Python26\python.exe open sesame.py --pylink @ambraferrari: I just setup an lab with PyGaze and an EyeLink 1000 with no problems using this: http://osdoc.co…
-
A "StartHere" item would be very nice when building a big experiment consisting of many parts. One could drag it anywhere in the overview area to make the experiment start at that specific point to test only that part of the experiment. To…
-
Hi Sebastiaan, The mouse issue seems resolved in 0.27.4~pre2. Thanks, Jarik
-
Hi Sebastiaan, When trying to download opensesame_0.27.4~pre2-win32-1.zip, I get this error: Forbidden You don't have permission to access /software/opensesame/pre-releases/opensesame_0.27.4~pre2-win32-1.zip on this server. Additionally, a 404 N…
-
Hi Sebastiaan, You are right! I tested and can confirm; problem with '1.9.2pre' and no problem with pygame.version.ver '1.9.1release'. Cheers, Jarik PS I guess you prefer a now discussion for a feature request?