js-jslog / harpstrata

A library for generating matrix representations of various harmonica layouts played in various positions
0 stars 0 forks source link

Order PozitionIds by pozition number, not by offset #31

Closed js-jslog closed 4 years ago

js-jslog commented 4 years ago

This will require that we store offset information somewhere else, but that's fine. A map will work. We already have a naive way of building out objects from enum ids anyway.

js-jslog commented 4 years ago

https://github.com/js-jslog/harpstrata/pull/33 merged