clap

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

commit e4310b7181699d125b146c8693638283e42f6b8a
parent 72ba706da75e81c41f92936bc4870d838baa8893
Author: joshnatis <joshnatis0@gmail.com>
Date:   Fri, 24 Jun 2022 12:35:56 -0400

Fix typos in transport-control.h

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

diff --git a/include/clap/ext/draft/transport-control.h b/include/clap/ext/draft/transport-control.h @@ -2,8 +2,8 @@ #include "../../plugin.h" -// This extension let the plugin submit transport requests to the host. -// The host has no obligation to execute those request, so the interface maybe +// This extension lets the plugin submit transport requests to the host. +// The host has no obligation to execute these requests, so the interface may be // partially working. static CLAP_CONSTEXPR const char CLAP_EXT_TRANSPORT_CONTROL[] = "clap.transport-control.draft/0"; @@ -29,7 +29,7 @@ typedef struct clap_host_transport_control { // [main-thread] void (*request_pause)(const clap_host_t *host); - // Equivalent to what "space bar" does with most DAW + // Equivalent to what "space bar" does with most DAWs // [main-thread] void (*request_toggle_play)(const clap_host_t *host);