File tree Expand file tree Collapse file tree 1 file changed +16
-18
lines changed Expand file tree Collapse file tree 1 file changed +16
-18
lines changed Original file line number Diff line number Diff line change 2424
2525soundData = expParameters .soundData ;
2626
27-
28-
29- if isTarget == 0
27+ % if isTarget == 0
3028
3129 if direction == - 1
3230 sound = soundData .S ;
4038 sound = soundData .L ;
4139 end
4240
43- elseif isTarget == 1
44-
45- if direction == - 1
46- sound = soundData .S_T ;
47- elseif direction == 90
48- sound = soundData .U_T ;
49- elseif direction == 270
50- sound = soundData .D_T ;
51- elseif direction == 0
52- sound = soundData .R_T ;
53- elseif direction == 180
54- sound = soundData .L_T ;
55- end
56-
57- end
41+ % elseif isTarget == 1
42+ %
43+ % if direction == -1
44+ % sound = soundData.S_T;
45+ % elseif direction == 90
46+ % sound = soundData.U_T;
47+ % elseif direction == 270
48+ % sound = soundData.D_T;
49+ % elseif direction == 0
50+ % sound = soundData.R_T;
51+ % elseif direction == 180
52+ % sound = soundData.L_T;
53+ % end
54+ %
55+ % end
5856
5957% Start the sound presentation
6058PsychPortAudio(' FillBuffer' ,phandle ,sound );
You can’t perform that action at this time.
0 commit comments