free-audio / clap

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

INCLUDE: clap/ext/draft/audio-ports-activation.h: disambiguate docs #249

Closed tim-janik closed 1 year ago

tim-janik commented 1 year ago

The old wording can be interpreted to mean is_active=true can be set on audio-thread if can_activate_while_processing=true, but still is_active=false is only possible on main-thread.

This patch fixes that, to clarify that is_active=true and is_active=false can be set on the audio-thread if can_activate_while_processing.