From c061f7b475959453442d09f1bdf746a4f07e91a2 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Tue, 13 Sep 2022 14:34:02 +0200 Subject: [PATCH] Mark audio ports extension as done --- src/common/serialization/clap/README.md | 48 ++++++++++++------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/common/serialization/clap/README.md b/src/common/serialization/clap/README.md index d43f93ee..86aabd19 100644 --- a/src/common/serialization/clap/README.md +++ b/src/common/serialization/clap/README.md @@ -6,31 +6,31 @@ for more information on how the serialization works. Yabridge currently tracks CLAP 1.1.1. The implementation status for CLAP's core feature and extensions can be found below: -| core feature | status | -| ----------------------------------------- | -------------------------- | -| Core plugin and host functionality | :warning: Work in progress | -| `clap.plugin-factory` | :heavy_check_mark: | -| `clap.plugin-invalidation-factory/draft0` | :x: Not supported yet | +| core feature | status | +| ----------------------------------------- | ------------------------------------------------------ | +| Core plugin and host functionality | :warning: Everything but actual audio processing works | +| `clap.plugin-factory` | :heavy_check_mark: | +| `clap.plugin-invalidation-factory/draft0` | :x: Not supported yet | -| extension | status | -| ------------------------- | -------------------------- | -| `clap.audio-ports` | :warning: Work in progress | -| `clap.audio-ports-config` | :x: Not supported yet | -| `clap.event-registry` | :x: Not supported yet | -| `clap.gui` | :x: Not supported yet | -| `clap.latency` | :x: Not supported yet | -| `clap.log` | :x: Not supported yet | -| `clap.note-name` | :x: Not supported yet | -| `clap.note-ports` | :x: Not supported yet | -| `clap.params` | :x: Not supported yet | -| `clap.posix-fd-support` | :x: Not supported yet | -| `clap.render` | :x: Not supported yet | -| `clap.state` | :x: Not supported yet | -| `clap.tail` | :x: Not supported yet | -| `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 supported yet | +| `clap.gui` | :x: Not supported yet | +| `clap.latency` | :x: Not supported yet | +| `clap.log` | :x: Not supported yet | +| `clap.note-name` | :x: Not supported yet | +| `clap.note-ports` | :x: Not supported yet | +| `clap.params` | :x: Not supported yet | +| `clap.posix-fd-support` | :x: Not supported yet | +| `clap.render` | :x: Not supported yet | +| `clap.state` | :x: Not supported yet | +| `clap.tail` | :x: Not supported yet | +| `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 | | -------------------------------- | --------------------- |