On Dienstag, 11. Oktober 2016 06:03:55 CEST Chris Dreher wrote:
> Thanks, I really, really do appreciate the answers.
> 
> 
> It seems the streaming design of sigrok eliminates a lot of file formats. 
> Namely, most file formats with a size field that precedes a large variable
> amount of data can not be supported in sigrok.  This includes file formats
> that are 99% stream-oriented.  For example, MIDI files are 99% compatible
> with sigrok's stream design other than a single 32-bit size field in the
> track chunk.  For the MIDI protocol, there are not good alternatives to
> saving data other than in a MIDI file.  It is unfortunate that such files
> currently can not be supported by sigrok.

MIDI can be supported. There is nothing that stops you from using multiple 
chunks. If you have a complete event, output it as a chunk. Although this 
makes the file larger, midi files are comparatively small.


Kind regards,

Stefan 
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
sigrok-devel mailing list
sigrok-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sigrok-devel

Reply via email to