sccn / xdf

BSD 2-Clause "Simplified" License
87 stars 34 forks source link

Do not sort streams #42

Closed cbrnr closed 5 years ago

cbrnr commented 5 years ago

Fixes #35. Sorting streams by their names does not work in general because stream names don't have to be unique. As a simple fix I suggest to remove the sorting for now.

cbrnr commented 5 years ago

Continued at https://github.com/xdf-modules/xdf-Python/pull/3.