cpp-lln-lab / CPP_PTB

a set of function to make it easier to create behavioral, EEG, fMRI experiment with psychtoolbox
https://cpp-ptb.readthedocs.io/en/latest/index.html#
MIT License
12 stars 13 forks source link

Screen SkipSyncTest option set #90

Closed CerenB closed 3 years ago

CerenB commented 3 years ago

Would you consider to make your initPTBmore flexible with : Screen('Preference', 'SkipSyncTests', 1); instead of what you have: Screen('Preference', 'SkipSyncTests', 0); With 0 option, most of the macbook pro users will not be able to run their experiment because PTB sync fails and it stops the execution of the whole script.

Remi-Gau commented 3 years ago

implementing this now since I am tweaking some minor things on this repo. :-)