commit 37f8b77c66759ef4eabed5103dd74ac3c9536f41
parent b08b23334656b6a7d398654ce233ec38026547d2
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Tue, 3 Jan 2023 10:21:05 +0100
Merge pull request #272 from dreddi/patch-2
Fix typo
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
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()
@@ -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()