Skip to content

Commit 9914fba

Browse files
committed
add task 2 WIP
1 parent 153e717 commit 9914fba

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

audioLocTranslational.m

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,13 @@
8282
% set direction, speed of that event and if it is a target
8383
thisEvent.trial_type = cfg.design.blockNames{iBlock};
8484
thisEvent.direction = cfg.design.directions(iBlock, iEvent);
85-
% thisEvent.speed = cfg.design.speeds(iBlock, iEvent);
86-
thisEvent.target = cfg.design.fixationTargets(iBlock, iEvent);
85+
thisEvent.fixationTarget = cfg.design.fixationTargets(iBlock, iEvent);
86+
87+
% % % WIP % % %
88+
89+
% thisEvent.soundTarget = cfg.design.soundTargets(iBlock, iEvent);
90+
91+
% % % WIP % % %
8792

8893
% we wait for a trigger every 2 events
8994
if cfg.pacedByTriggers.do && mod(iEvent, 2) == 1

0 commit comments

Comments
 (0)