free-audio / clap

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

What are event spaces for? #293

Closed SamWindell closed 1 year ago

SamWindell commented 1 year ago

The event header has a space_id field and we have a CLAP_CORE_EVENT_SPACE_ID. What is their purpose and why do I need to check incoming events for their space?

Thanks

abique commented 1 year ago

It is for event introduced by extensions, see event-registry.h

abique commented 1 year ago

You are probably only interested in the core events though.