xenharmonic-devs / temperaments

Musical tunings/temperaments for Javascript
MIT License
6 stars 1 forks source link

Infer a comma list from the wedgie #32

Closed frostburn closed 1 year ago

frostburn commented 2 years ago

ref #31

frostburn commented 2 years ago

It almost works now, but it's a bit too slow. Needs an iterative way of generating k-combinations so that the iteration can be cut short when a solution is found.

frostburn commented 1 year ago

Maybe try wedging in additional vals. The search space is more manageable.