Skip to content

v2.6

Latest
Compare
Choose a tag to compare
@pantaray pantaray released this 07 Apr 10:33
· 6 commits to master since this release

[2.6.0] - 2022-04-07

NEW

  • 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.
  • Issue 6. Gammatron
    radius sets properly.
  • A bug in the ARCADE startup caused the seeds of the random number generator
    to be identical on a given day leading to identical random sequences.