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
83 stars 15 forks source link

Files which are dosle (rn) terminated strom the r from strings #38

Closed baconpaul closed 3 years ago

baconpaul commented 3 years ago

If we had a CRLF as opposed to just LF we would leave the CR in the output string. This only really matters for the descriptino since we had parsing checks but good to do the checks.

Closes #37