klabhub / neurostim

Design and run visual neuroscience experiments using Matlab and the Psychophysics Toolbox.
MIT License
4 stars 3 forks source link

mcc faster digital out #182

Closed dshimaoka closed 2 years ago

dshimaoka commented 2 years ago

Using DaqDIn is slow in reading the current port state. Instead, use a variable to store the current state. This will enable quicker digital output, necessary to reduce frame drops. The idea was conceived by Nic Price.