klabhub / neurostim

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

Added a feedback class for presenting visual feedback. #56

Closed cnuahs closed 8 years ago

cnuahs commented 8 years ago

Added a new feedback class for delivering visual feedback. The visualFeedback class will present a supplied visual stimulus when the associated criterion function evaluates to TRUE.

Any stimulus object can be presented (text, a spot, a convex polygon, a texture etc.).

The duration of the visual feedback is determined by the duration property of the stimulus object.

I think this probably supersedes the existing textFeedback class...