esdalmaijer / PyGaze

an open-source, cross-platform toolbox for minimal-effort programming of eye tracking experiments
www.pygaze.org
GNU General Public License v3.0
671 stars 211 forks source link

Added send_message function #126

Closed CescoWillemse closed 5 years ago

CescoWillemse commented 5 years ago

Hi Edwin,

To libsmi.py I added the functionality to send string user messages (i.e. markers) to iViewX directly, see line 695. With this function, the message + timestamp will be added to the SMI .IDF file; which the log function did not do.

(See also http://forum.cogsci.nl/discussion/comment/15714/#Comment_15714).

Cheers, Cesco

esdalmaijer commented 5 years ago

Thanks, this is a very useful addition!