Skip to content

Commit

Permalink
The host *may* not *must* include a transport in process (#443)
Browse files Browse the repository at this point in the history
Clarify this clarification
  • Loading branch information
baconpaul authored Jan 20, 2025
1 parent 7087e88 commit e10e606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/clap/events.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e10e606

Please sign in to comment.