commit dca7175c57addf58ad13032cc70a5044b3e6fa0c
parent af1e05ce6487151c6b36003fdb47566dbb50194e
Author: Spongeboburu <peter.trovador@gmail.com>
Date: Sun, 11 Sep 2022 08:34:20 +0200
Corrected reference to clap_plugin_audio_ports members to use the correct names.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/clap/process.h b/include/clap/process.h
@@ -45,8 +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().
+ // 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;