You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added sleep.* and timeBEPeriod.* to arcade\Core. sleep( ) is a wrapper
for Windows system call Sleep( ). timeBEPeriod enables/disables higher-
precision multi-media timers via the timeBeginPeriod( ) and timeEndPeriod( ) system call.
Added priority.* for managing the priority class of ARCADE processes. apriority.m simplifies the interface in ARCADE core functions. Essential
ARCADE processes flipped in and out of high-priority state during the
critical period of a running trial.
User can add empty file called EyeServer_SetSampleMode.arcade to same
folder as task file in order to optionally enable EyeServer's sample
mode.
StimServer v1.4.2.3: The deferred mode (groupStimuli) can now be canceled
by using new cancel command or the StimServerEndDeferredMode event.
EyeLinkServer v1.2.3.0: Support to receive samples for speed up,
support for EndDeferredMode events
The new add-on EditableVariableEditor contributed by Yufeng Zhang can be
used to edit the editable variables in an existing configuration file (*_cfg.mat)
NidaqServer 1.0.11.2 supports PCIe-6259
FIXED
Issue 21
Done by finding Matlab timers that were created by processManager and
stopping them. NOTE that now command line output from sub-processes is
no longer accessible without reading the ASCII log files.