adjust range of timed inputs to stdev of roughly 1
This commit is contained in:
parent
7357c8ed62
commit
7db43038ac
1 changed files with 1 additions and 1 deletions
2
main.lua
2
main.lua
|
@ -943,7 +943,7 @@ local function doit(dummy)
|
|||
|
||||
if cfg.time_inputs then
|
||||
for i=2,5 do
|
||||
local v = band(trial_frames, lshift(1, i)) == 0 and -256 or 256
|
||||
local v = band(trial_frames, lshift(1, i)) == 0 and -181 or 181
|
||||
insert(extra_input, v)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue