clap

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

commit c2cd585cc1deefd2a18ae5ce22a1df40c8e67da3
parent b1a48071d965bb537818c0d834673c3928712930
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date:   Tue, 13 Sep 2022 08:54:48 +0200

Restore lost line in the merge process

#162

Diffstat:
Minclude/clap/process.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/include/clap/process.h b/include/clap/process.h @@ -47,6 +47,7 @@ typedef struct clap_process { // Audio buffers, they must have the same count as specified // by clap_plugin_audio_ports->count(). // The index maps to clap_plugin_audio_ports->get(). + // Input buffer and its contents are read-only. const clap_audio_buffer_t *audio_inputs; clap_audio_buffer_t *audio_outputs; uint32_t audio_inputs_count;