Skip to content

Commit 1b1a7ff

Browse files
Merge pull request #22 from marcobarilari/marco_audio-file-load
update loadAudioFiles and doAuditoryMotion for the new sounds
2 parents b846970 + 36f29f6 commit 1b1a7ff

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+128
-51
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
-207 KB
Binary file not shown.
-103 KB
Binary file not shown.
-207 KB
Binary file not shown.
-103 KB
Binary file not shown.
-207 KB
Binary file not shown.
-103 KB
Binary file not shown.
-207 KB
Binary file not shown.
-103 KB
Binary file not shown.
-207 KB
Binary file not shown.

0 commit comments

Comments
 (0)