Skip to content

Minor feature update to track parameter changes during recording.

Latest
Compare
Choose a tag to compare
@daharoni daharoni released this 02 Jul 20:45
· 4 commits to master since this release

This minor update adds the capability for the software to time stamp and save all device parameter changes that happen during a recording session. In general it is a good idea to try and not change any parameters/settings during a recording but sometimes it is unavoidable. These changes will now be saved in the notes.csv file.

  • Every parameter change generates a new row in the csv file that includes the time stamp in milliseconds, the device name, the parameter name, and the new value of that parameter.
  • The parameter values saved in the metaData.JSON file are the initial values of these parameters at the start of the recording.