clap

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

commit 01c656192b3029a668a0e5aac7c4a26ae52c2e3b
parent 519ca403967ce4943f328ee821c17969f4fd36da
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Fri,  1 Apr 2022 15:02:26 +0200

Update doc

Diffstat:
Minclude/clap/ext/params.h | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/clap/ext/params.h b/include/clap/ext/params.h @@ -30,9 +30,9 @@ /// The parameter automation will always target the same parameter because the param_id is stable. /// The MIDI CC may have a different mapping in the future and may result in a different playback. /// -/// When a MIDI CC changes a parameter's value, set @ref clap_event_param.should_record to false. -/// That way the host may record the MIDI CC automation, but not the parameter change and there -/// won't be conflict at playback. +/// When a MIDI CC changes a parameter's value, set the flag CLAP_EVENT_DONT_RECORD in +/// clap_event_param.header.flags. That way the host may record the MIDI CC automation, but not the +/// parameter change and there won't be conflict at playback. /// /// Scenarios: ///