clap

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

commit 99190734553100c9a5232a657b05e14de6406451
parent 383fd77e76289dbf2401c2dadb27f3836217f472
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon, 12 Dec 2022 14:44:15 +0100

trigger.h: simplify the list of examples

Diffstat:
Minclude/clap/ext/draft/triggers.h | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/include/clap/ext/draft/triggers.h b/include/clap/ext/draft/triggers.h @@ -14,10 +14,8 @@ extern "C" { /// This extension enables the plugin to expose a set of triggers to the host. /// /// Some examples for triggers: -/// - start recording into a plugin-internal audio/note buffer -/// - trigger a retrospective audio/note looper +/// - trigger an envelope which is independant of the notes /// - trigger a sample-and-hold unit (maybe even per-voice) -/// - trigger an envelope during voice lifetime enum { // Does this trigger support per note automations?