free-audio / clap

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

Explicit enum values for CLAP_EVENT_* and CLAP_NOTE_EXPRESSION_* #286

Closed madah81pnz1 closed 1 year ago

madah81pnz1 commented 1 year ago

Since the interface is stable, the enum values can never change. Making them explicit prevents accidental renumbering. It makes it easier to implement in other languages where an explicit enum value is needed.