Pad
About
- Username
- Pad
- Joined
- Visits
- 19
- Last Active
- Roles
- Member
Comments
-
Hi, Just went back to this project, Unticking this box doesn't fix the problem :/
-
Will it be possible to attend both workshops ?
-
Hi @sebastiaan (Quote) Any news ?
-
Yes it solved the problem thanks ! I didn't precisely checked the timings but it seems to be ok. Do you know exactly when and why this bug occurs ? There are some iMac on my lab that are used for experimentations. Updates are usually made during sum…
-
It partialy resolves the issue. The sketchpads are displayed, but timing is messed up : a 500ms fixation dot is barely visible.
-
Hi @sebastiaan, Correct. I also replicated your github bug This also work btw : c = canvas()my_mouse = mouse()for i in range(5): c.clear() c.text(str(i)) c.show() my_mouse.get_click(timeout=5) clock.sleep(1000) Any tip to make the…
-
Ok... I have this piece of code : import numpy as npimport scipy.interpolatedef interpolate_points(x,y): if (len(x)<3 or len(y)<3 or len(x)!=len(y)): raise Exception('Bad length x or y in interpolate()') dist = np.sqrt((x[:-1] -…
-
Hi, I developed an experiment with the droid backend which runs well on my laptop, but doesn't work on my tablet. The debugging file indicates : ImportError : No module named numpy Is there a way to manually install this python module ?
-
I don't really have a choice, the script will run on a tablet, i have to use the android backend. I guessed that this 17ms was linked to the refresh rate but i wasn't sure. I'm surprised that we can't have a better way to get the mouse position wit…
-
Hi, I'd like to buy a tablet (actually my research lab will buy it) for experimental tasks with opensesame, do you have any advice on what tablet should i go for ? I don't have a precise budget yet but i'm pretty sure i will be encouraged to aim as …
-
Hello Marceline, A single sketchpad in a loop (48 cycles) should be enough. Then, you can set 3 variables in your loop, the sentence and the name of the two associated images. Pad
-
Hello Amandine, Is it very important that they draw the cross ? Can't they just click on the letter ? If a click is ok, you can simply design a cross on Paint (in png format for transparency) and simply display this cross (using canvas.image() func…
-
Up, New feature i'd want to add : being able to "replay" the drawing, exactly like if the screen had been recorded. I have a few ideas of how i could implement this : 1) working with canvas * save somewhere every canvas before a canvas.…
-
Would visually look weird if the subject presses the button more than 1sec. It's very laggy with xpyriment but actually with legacy it's pretty fluid. Here is the code that gave me the best result so far (with legacy backend) from openexp.canvas …
-
New code. I save coordinates (x,y) and draw lines. Looks a bit better but not perfect. from openexp.canvas import canvasfrom openexp.mouse import mousemy_mouse = mouse(exp, buttonlist = ([1]), visible = True)my_canvas = canvas(exp)dot = exp.pool[u'…
-
I changed the sampling rate from 22050 to 44100 just like your sound piano.wav, and now it works !
-
Hi, thx for helping me. Your .wav works perfectly fine, but mine doesn't. I don't understand why, it has been converted from mp3 to wav using audacity and it works fine on VLC or other media players. However, both .ogg and .wav versions can't be he…
-
I also tried to run the experiment from this tutorial : http://osdoc.cogsci.nl/2.9/tutorials/step-by-step-tutorial/ I downloaded the final expe and everything works except the sound (i can hear a tick). Tried it on windows it works, tried it on a f…