surge-synthesizer / tuning-library

Micro-tuning format parsing and frequency finding as a header-only C+ library
https://surge-synth-team.org/tuning-library/
MIT License
84 stars 15 forks source link

Correct a test for gaps #51

Closed baconpaul closed 3 years ago

baconpaul commented 3 years ago

Thanks to @chinenual I had mixed up an i and k; in the test here it didn't matter but only because our underlying scale was length 12 in the test case. Make the test correct.

Closes #50.