free-audio / clap

Audio Plugin API
https://cleveraudio.org/
MIT License
1.76k stars 97 forks source link

Correct CLAP_VERSION_LT #268

Closed baconpaul closed 1 year ago

baconpaul commented 1 year ago

CLAP_VERSION_LT was backwards; it compared if the argument was less than current, not if current was less than the argument. This is really counter-intuitive so change it quickly.