Skip to content

Commit a535e97

Browse files
committed
minor fix
1 parent 7662e8c commit a535e97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev/devSandbox.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
function devSandbox
1+
function devSandbox
22

33
% This script is a stand-alone function that can be useful as a sandbox to
44
% develop the PTB audio/visual stimulation of your experiment. No input/output
@@ -29,7 +29,7 @@
2929
cfg.screen.do = true;
3030

3131
% Set the PTB window background manually
32-
cfg.color.background = [127 127 27];
32+
cfg.color.background = [127 127 127];
3333

3434
% Set monitor parameters if you care about visual angle
3535
cfg.visualAngle.do = true;
@@ -61,7 +61,7 @@
6161
% Set AUDIO
6262

6363
% set to false if no auditory stimulation
64-
cfg.audio.do = false;
64+
cfg.audio.do = true;
6565

6666
% Set audio freq. and nb. of channels of your audio file input
6767
cfg.audio.fs = 44100;

0 commit comments

Comments
 (0)