commit b1a48071d965bb537818c0d834673c3928712930
parent 07d3f0d01c3530a2c18809e45713afecc3a41a8d
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Tue, 13 Sep 2022 08:53:28 +0200
Merge pull request #162 from spongeboburu/fix/process-audiobuffer-comment-typo
Corrected reference to clap_plugin_audio_ports members.
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/include/clap/process.h b/include/clap/process.h
@@ -45,9 +45,8 @@ typedef struct clap_process {
const clap_event_transport_t *transport;
// Audio buffers, they must have the same count as specified
- // by clap_plugin_audio_ports->get_count().
- // The index maps to clap_plugin_audio_ports->get_info().
- // Input buffer and its contents are read-only.
+ // by clap_plugin_audio_ports->count().
+ // The index maps to clap_plugin_audio_ports->get().
const clap_audio_buffer_t *audio_inputs;
clap_audio_buffer_t *audio_outputs;
uint32_t audio_inputs_count;