Releases: jmgirard/CARMA
Releases · jmgirard/CARMA
CARMA v14.10
Compiled for MCR 9.13 (R2022b) 64-bit Windows version
- Minor Changes
- Add support for using 1 and 2 keys to move slider during fMRI experiments (thanks @LiQian926)
- Add support for exporting annotation files from MATLAB versions prior to 2019 (thanks @LiQian926)
CARMA v14.09
Compiled for MCR 9.13 (R2022b) 64-bit Windows version
- Minor Changes
- Updated the ICC functions to replace negative mean squares with zeros
CARMA v14.08
Compiled for MCR 9.12 (R2022a) 64-bit Windows version
- Minor Changes
- Just recompiling for newest version of MCR, no functional changes
CARMA v14.07
Compiled for MCR 9.7 (R2019b) 64-bit Windows version
- Minor Changes
- Replaced the first line of the annotation files with an event log. This used to just have "Time at Media End" but now all events will be displayed. The first column contains the event types delimited by semicolons such as "media_open; media_play; media_pause; media_play; media_end" and the second column contains the corresponding timestamps delimited by semicolons such as "2020/05/12 17:10:10:148; 2020/05/12 17:10:14:414; 2020/05/12 17:10:23:159; 2020/05/12 17:10:28:105; 2020/05/12 17:10:31:48". Note that, although these timestamps have millisecond precision, they may not have millisecond accuracy. So use them carefully.
CARMA v14.06
Compiled for MCR 9.6 (R2019a) 64-bit Windows version
- Major Changes
- Add ability to save figures from the Review Window to image files (via the new Figures menu option).
- Minor Changes
- Fixed a bug where the check for new versions did not find new versions at the hundreds decimal place.
- Annotation files now exported using writecell() function instead of cell2csv() function.
- Annotation files now imported using readcell() function instead of textscan() and xlsread() functions.
- Copyright year is now stored in a global variable to make updating it each year easier.
CARMA v14.05
Compiled for MCR 9.6 (R2019a) 64-bit Windows version
- Major Changes
- None
- Minor Changes
- Fixed a bug where rating scale was resetting to its midpoint rather than the user-specified starting point
CARMA v14.04
Compiled for MCR 9.6 (R2019a) 64-bit Windows version
- Major Changes
- None
- Minor Changes
- Added the ability to customize the starting value of the mouse and keyboard rating scale
- Added validation checks to ensure that the Axis Numbers settings are appropriate
CARMA v14.03
Compiled for MCR 9.4 (R2018a) 64-bit Windows version
- Major Changes
- None
- Minor Changes
- Fixed a bug where the current timestamp got stuck at 00:00:00 when rating with mouse/keyboard
- Added more robust error detection for when VLC and the joystick aren't working as expected
CARMA v14.02
Compiled for MCR 9.2 (R2017a) 64-bit Windows version
- Major Changes
- None
- Minor Changes
- Updated the link to download VLC so that only 64-bit versions are shown.
- Changed the first row of output files to be the timestamp when media playback ends rather than the timestamp when the output file is created. This should help some users with synchronizing CARMA with other data collection paradigms.
CARMA v14.01
Compiled for MCR 9.2 (R2017a) 64-bit Windows version
- Major Changes
- None
- Minor Changes
- Fixed a bug where annotation files with non-default axis settings were not able to be added to the Review Ratings window.
- Fixed a bug where the waitbar displaying the number of annotation files being added to the Review Ratings window was not being cleared if the added annotation files included an error.