<_whitenotifier-c>
[scopehal] azonenberg 06f662b - MockOscilloscope: fix missing channel names when importing Rigol BIN files. Fixed waveforms not being marked as dense packed. Fixes #628.
<azonenberg>
Well that was a long standing annoyance fixed, all i had to do was change a single fp32 intermediate to fp64
<azonenberg>
And now I think https://github.com/glscopeclient/scopehal/issues/572 is going to be next on the menu. That will be a pain since it touches so much of the code, but necessary for the long term health of the project
<_whitenotifier-c>
[scopehal] azonenberg 16fc5e9 - Refactoring: waveform type is now a property of the stream, not the channel. Fixes #572. Fixes #485.