clap

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

commit 7636ef20839fd9595d9f45caafd403cf8c8fa6cd
parent d6cbd4fd6540e80be816994f6f6bccc7933998ef
Author: dreddi <dreddi@users.noreply.github.com>
Date:   Tue,  3 Jan 2023 14:06:51 +1100

Fix typo

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

diff --git a/include/clap/ext/params.h b/include/clap/ext/params.h @@ -63,8 +63,8 @@ /// - the plugin is responsible for updating its GUI /// /// V. Turning a knob via plugin's internal MIDI mapping -/// - the plugin sends a CLAP_EVENT_PARAM_SET output event, set should_record to false -/// - the plugin is responsible to update its GUI +/// - the plugin sends a CLAP_EVENT_PARAM_VALUE output event, set should_record to false +/// - the plugin is responsible for updating its GUI /// /// VI. Adding or removing parameters /// - if the plugin is activated call clap_host->restart()