clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit a09abcf1dbf228603cf7fe95368d002d90bf3dcc
parent c80eeda71c82c9199da450f1d055f721d23d371a
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Sat, 17 Dec 2022 13:25:40 +0100

Documentation adjustment

Diffstat:
Minclude/clap/ext/draft/audio-ports-activation.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/clap/ext/draft/audio-ports-activation.h b/include/clap/ext/draft/audio-ports-activation.h @@ -18,8 +18,8 @@ /// In such case, they shall be filled with 0 (or whatever is the neutral value in your context) /// and the constant_mask shall be set. /// -/// Audio ports are initially in the active state. -/// Audio ports state should not be saved in the plugin state, so the host must restore the +/// Audio ports are initially in the active state after creating the plugin instance. +/// Audio ports state are not saved in the plugin state, so the host must restore the /// audio ports state after creating the plugin instance. /// /// Audio ports state is invalidated by clap_plugin_audio_ports_config.select() and