JimHokanson / adinstruments_sdk_matlab

Implementation of AD Instruments SDK in Matlab - i.e. reads LabChart files
MIT License
26 stars 8 forks source link

Create a comment migrator #7

Open JimHokanson opened 9 years ago

JimHokanson commented 9 years ago

Sometimes we break our files up into small chunks and add comments. I'd like to be able to move those comments back to the original file. This should be possible as every sample is time referenced absolutely (or can be resolved absolutely).

JimHokanson commented 8 years ago

Apparently the C SDK lacks support for adding comments. I have gotten adding comments to work with the COM SDK but this would require reimplementing everything with the COM interface. This is doable but is not high on my priority list.