free-audio / clap

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

Flags in preset-discovery.h #292

Closed ficorax closed 1 year ago

ficorax commented 1 year ago

Why the flags are uint32_t (lines: 138, 188) in one place and uint64_t (line: 203) in another, even though they are for the same enum?

robbert-vdh commented 1 year ago

Good catch! That's definitely an oversight. The extension is still in draft so it can be fixed in a next revision.