clap

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

commit b29c9f42371cf5908e2df4df90d86177e4362270
parent 7a506964dd05b03bf8d6aa511ff30c219b78879a
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date:   Thu,  3 Mar 2022 15:23:01 +0100

rework documentation

Diffstat:
Minclude/clap/plugin.h | 9++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/include/clap/plugin.h b/include/clap/plugin.h @@ -82,11 +82,10 @@ typedef struct clap_plugin { // [audio-thread & active_state & processing_state] void (*stop_processing)(const struct clap_plugin *plugin); - // Clears all buffers, performs a full reset of the processing state (filters, oscillators, - // enveloppes, lfo, ...) and kills all voices. - // The parameter's value remain unchanged. - // - // clap_process.steady_time may jump backward. + // - Clears all buffers, performs a full reset of the processing state (filters, oscillators, + // enveloppes, lfo, ...) and kills all voices. + // - The parameter's value remain unchanged. + // - clap_process.steady_time may jump backward. // // [audio-thread & active_state] void (*reset)(const struct clap_plugin *plugin);