clap

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

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

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

diff --git a/include/clap/ext/params.h b/include/clap/ext/params.h @@ -46,7 +46,7 @@ /// (latency, audio ports, new parameters, ...) be sure to wait for the host /// to deactivate the plugin to apply those changes. /// If there are no breaking changes, the plugin can apply them them right away. -/// The plugin is resonsible for updating both its audio processor and its gui. +/// The plugin is responsible for updating both its audio processor and its gui. /// /// II. Turning a knob on the DAW interface /// - the host will send an automation event to the plugin via a process() or flush()