From f285805c5787b73b46920f025d288313d63ac557 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 28 Sep 2022 16:01:39 +0200 Subject: [PATCH] Mention that event registry is not needed With the current set of supported extensions --- src/common/serialization/clap/README.md | 38 ++++++++++++------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/common/serialization/clap/README.md b/src/common/serialization/clap/README.md index 49a95930..da1971aa 100644 --- a/src/common/serialization/clap/README.md +++ b/src/common/serialization/clap/README.md @@ -13,25 +13,25 @@ Yabridge currently tracks CLAP 1.1.1. The implementation status for CLAP's core | `clap.plugin-factory` | :heavy_check_mark: | | `clap.plugin-invalidation-factory/draft0` | :x: Not supported yet | -| extension | status | -| ------------------------- | --------------------- | -| `clap.audio-ports` | :heavy_check_mark: | -| `clap.audio-ports-config` | :x: Not supported yet | -| `clap.event-registry` | :x: Not supported yet | -| `clap.gui` | :x: Not supported yet | -| `clap.latency` | :heavy_check_mark: | -| `clap.log` | :x: Not supported yet | -| `clap.note-name` | :x: Not supported yet | -| `clap.note-ports` | :heavy_check_mark: | -| `clap.params` | :heavy_check_mark: | -| `clap.posix-fd-support` | :x: Not supported yet | -| `clap.render` | :x: Not supported yet | -| `clap.state` | :heavy_check_mark: | -| `clap.tail` | :heavy_check_mark: | -| `clap.thread-check` | :x: Not supported yet | -| `clap.thread-pool` | :x: Not supported yet | -| `clap.timer-support` | :x: Not supported yet | -| `clap.voice-info` | :x: Not supported yet | +| extension | status | +| ------------------------- | -------------------------------------------------- | +| `clap.audio-ports` | :heavy_check_mark: | +| `clap.audio-ports-config` | :x: Not supported yet | +| `clap.event-registry` | :x: Not needed for any of the supported extensions | +| `clap.gui` | :x: Not supported yet | +| `clap.latency` | :heavy_check_mark: | +| `clap.log` | :x: Not supported yet | +| `clap.note-name` | :x: Not supported yet | +| `clap.note-ports` | :heavy_check_mark: | +| `clap.params` | :heavy_check_mark: | +| `clap.posix-fd-support` | :x: Not supported yet | +| `clap.render` | :x: Not supported yet | +| `clap.state` | :heavy_check_mark: | +| `clap.tail` | :heavy_check_mark: | +| `clap.thread-check` | :x: Not supported yet | +| `clap.thread-pool` | :x: Not supported yet | +| `clap.timer-support` | :x: Not supported yet | +| `clap.voice-info` | :x: Not supported yet | | draft extension | status | | -------------------------------- | --------------------- |