We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 153e717 commit 9914fbaCopy full SHA for 9914fba
audioLocTranslational.m
@@ -82,8 +82,13 @@
82
% set direction, speed of that event and if it is a target
83
thisEvent.trial_type = cfg.design.blockNames{iBlock};
84
thisEvent.direction = cfg.design.directions(iBlock, iEvent);
85
- % thisEvent.speed = cfg.design.speeds(iBlock, iEvent);
86
- thisEvent.target = cfg.design.fixationTargets(iBlock, iEvent);
+ thisEvent.fixationTarget = cfg.design.fixationTargets(iBlock, iEvent);
+
87
+ % % % WIP % % %
88
89
+ % thisEvent.soundTarget = cfg.design.soundTargets(iBlock, iEvent);
90
91
92
93
% we wait for a trigger every 2 events
94
if cfg.pacedByTriggers.do && mod(iEvent, 2) == 1
0 commit comments