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 7662e8c commit a535e97Copy full SHA for a535e97
dev/devSandbox.m
@@ -1,4 +1,4 @@
1
-function devSandbox
+ function devSandbox
2
3
% This script is a stand-alone function that can be useful as a sandbox to
4
% develop the PTB audio/visual stimulation of your experiment. No input/output
@@ -29,7 +29,7 @@
29
cfg.screen.do = true;
30
31
% Set the PTB window background manually
32
- cfg.color.background = [127 127 27];
+ cfg.color.background = [127 127 127];
33
34
% Set monitor parameters if you care about visual angle
35
cfg.visualAngle.do = true;
@@ -61,7 +61,7 @@
61
% Set AUDIO
62
63
% set to false if no auditory stimulation
64
- cfg.audio.do = false;
+ cfg.audio.do = true;
65
66
% Set audio freq. and nb. of channels of your audio file input
67
cfg.audio.fs = 44100;
0 commit comments