clap

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

commit b0fedcae7380de9ad8d413ac0c83dd1bd6dfd326
parent 15f9904a498f1b5396870a72559d1e3e863d50f5
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Fri, 27 May 2022 11:00:47 +0200

Doc.

Diffstat:
Minclude/clap/events.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/clap/events.h b/include/clap/events.h @@ -57,8 +57,8 @@ enum { // // NOTE_END is sent by the plugin to the host. The port, channel, key and note_id are those given // by the host in the NOTE_ON event. In other words, this event is matched against the - // plugin's note input port. NOTE_END is only requiered if the plugin marked at least - // one of its parameters as polyphonic. + // plugin's note input port. + // NOTE_END is useful to help the host to match the plugin's voice life time. // // When using polyphonic modulations, the host has to allocate and release voices for its // polyphonic modulator. Yet only the plugin effectively knows when the host should terminate