free-audio / clap

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

Fix some minor documentation issues with the state context draft extension #133

Closed robbert-vdh closed 2 years ago

robbert-vdh commented 2 years ago

We could make these changes as part of the next merge, but it seems like less work to just do it now.

This changes a reference to set_state_context() to clap_plugin_state_context->set(), changes other references to function to use the same style, and adds a note that no call to clap_plugin_state_context->set() should be treated as CLAP_STATE_CONTEXT_PROJECT.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.