* Changes in 2.2.36 (May 24, 2023)
+ SineGrating and RandomDotMotion are now graphic adapters.
+ Graphic adapters can be targets of behavior tracking adapters, such as
SingleTarget, MultiTarget, CurveTracer and DragAndDrop.
+ Graphic objects (both TaskObjects and adapters) used as targets are now
turned on and off automatically, when a scene starts and ends. There is no
need to display them separately.
+ mlplayer finds stimulus files used in adapters better.
+ New adpaters: RectangularRDM, RectRDM_RF_Mapper
See "task\runtime v2\8 random dot motion" and
"task\runtime v2\9 rdm receptive field mapper" for how to use them.
- The [Save Stimuli] feature did not work when ImageGraphic/MovieGraphic was
used as Target in SingleTarget/MultiTarget. This error was introduced in
2.2.28 (Jul 5, 2022) and is fixed now.