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

Inline to avoid symbol collisions #17

Closed baconpaul closed 4 years ago

baconpaul commented 4 years ago

My library had not put inline in the right place. Thus when I linked I got symbol collisions. Fix that up and add a test to make sure it stays fixed.