From 6ee6d3aa55ad8a9744f98ca02159912a2146c4d3 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Fri, 17 Jan 2025 19:07:35 -0500 Subject: [PATCH] The host *may* not *must* include a transport in process Clarify this clarification --- include/clap/events.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clap/events.h b/include/clap/events.h index 16e6e893..a39df02c 100644 --- a/include/clap/events.h +++ b/include/clap/events.h @@ -273,7 +273,7 @@ enum clap_transport_flags { // clap_event_transport provides song position, tempo, and similar information // from the host to the plugin. There are two ways a host communicates these values. -// In the `clap_process` structure sent to each processing block, the host must +// In the `clap_process` structure sent to each processing block, the host may // provide a transport structure which indicates the available information at the // start of the block. If the host provides sample-accurate tempo or transport changes, // it can also provide subsequent inter-block transport updates by delivering a new event.