Skip to content

Commit

Permalink
EyelinkDo[TrackerSetup/DriftCorrection]: Update help text wrt. sound …
Browse files Browse the repository at this point in the history
…setup.
  • Loading branch information
kleinerm committed Feb 22, 2024
1 parent b980666 commit e3a8fce
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@
% We repeat if ESC key pressed to do setup.
% Setup might also have erased any pre-drawn graphics.
%
% Note that EyelinkDoDriftCorrection() internally uses Beeper() and Snd() to play
% Note that EyelinkDoDriftCorrection() internally may use Snd() to play
% auditory feedback tones if el.targetbeep=1 or el.feedbackbeep=1 and the
% el.callback function is set to the default PsychEyelinkDispatchCallback().
%
% If you want to use PsychPortAudio in a script that also calls EyelinkDoDriftCorrection,
% then read "help Snd" for instructions on how to provide proper interoperation
% between PsychPortAudio and the feedback sounds created by Eyelink.
% between PsychPortAudio and the feedback sounds created by Eyelink. The demos
% referenced under "help SR-ResearchDemos" show an even better approach than the
% one described in "help Snd".
%
global eyelinkanimationtarget

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@
% 'd', start driftcorrection
% 13, or el.ENTER_KEY, show 'eye' setup image
%
% Note that EyelinkDoTrackerSetup() internally uses Beeper() and Snd() to play
% Note that EyelinkDoTrackerSetup() internally may use Snd() to play
% auditory feedback tones if el.targetbeep=1 or el.feedbackbeep=1 and the
% el.callback function is set to the default PsychEyelinkDispatchCallback().
%
% If you want to use PsychPortAudio in a script that also calls EyelinkDoTrackerSetup,
% then read "help Snd" for instructions on how to provide proper interoperation
% between PsychPortAudio and the feedback sounds created by Eyelink.
% between PsychPortAudio and the feedback sounds created by Eyelink. The demos
% referenced under "help SR-ResearchDemos" show an even better approach than the
% one described in "help Snd".
%

%
% 02-06-01 fwc removed use of global el, as suggest by John Palmer.
Expand Down

0 comments on commit e3a8fce

Please sign in to comment.