Rebecca Hirst
Rebecca Hirst
To expand on this - the issue does not occur is an audio file is used rather than an internally generated tone. (updated demo here https://run.pavlovia.org/Consultancy/tonevolumebug/)
The fact that the user has reported that the textbox is editable when the esc key is pressed is useful and indicates that this is linked to the issue of...
temporary fix is to call `textbox.refresh()` at the begining of the routine https://discourse.psychopy.org/t/editable-textbox-only-accepts-input-on-first-trial/24358/3?u=becca
note: a temporary fix for this seems to be to not start the button at time 0 but slightly offset e.g. 0.1
Update: a temporary fix for this is to use an image and set the image dynamically in a code component https://discourse.psychopy.org/t/stationary-stimulus-disappears-when-background-stimulus-becomes-dynamic/22040/4?u=becca
@TEParsons was going to pull this in but looks like not all tests pass - is this going to be problematic?
Hi there, We've been working with PsychoPy and egi netstation and the issue our end appears (I think) to be coming from the NetStation module of egi_pynetstation, rather than the...
Hi @pmolfese and @jbteves thanks so much for responding so quickly ! I'll get the info on the Amplifier asap, for the other questions: 1. _What version of NetStaton are...
OK I have updates: Can confirm its a 300 amp system and the version of the netstation software is Net Station Acquisition 5.4.2 (r29917). Thanks @jbteves for the link to...
Hi @pmolfese and @jbteves - sorry for our delay - we (me and @kimDundas) needed to wait for our collaborator to get back in the lab and try the `example.py`...