clap

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

commit e2df94a0a116b5b8802abe5576a8d26267839e67
parent 6891b279d2aa6d7d2600f62f567ad1dc69c20ff7
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date:   Mon, 20 Sep 2021 14:50:53 +0200

Update README

Diffstat:
MREADME.md | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -70,7 +70,8 @@ and use to get a basic plugin experience: - [gui-win32](include/clap/ext/gui-win32.h), win32 specific - [gui-cocoa](include/clap/ext/gui-cocoa.h), cocoa specific - [gui-x11](include/clap/ext/gui-x11.h), x11 specific -- [event-loop](include/clap/ext/event-loop.h), mandatory on linux, let the plugin register IO event handlers and timer handlers +- [timer-support](include/clap/ext/timer-support.h), lets the plugin register timer handlers +- [fd-support](include/clap/ext/fd-support.h), lets the plugin register I/O handlers ## Extra extensions