klabhub / neurostim

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

bug fix of movie.m #171

Closed dshimaoka closed 3 years ago

dshimaoka commented 3 years ago

This fixes a minor bug preventing a single movie to be played multiple times. This was due to that some added properties (xPixels, yPixels, nrFrames, framerate) become empty after the 1st trial. In the fix, these properties were added in every trial.

dshimaoka commented 3 years ago

Good to know! The fix with sticky will be another pull request.