From 0d5e2fc0d94e9d82567a3d826959178e2c9ea248 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 10 Oct 2022 16:13:06 +0200 Subject: [PATCH] Mention that audio processing is fully implemented (and has been for a week and a half) --- src/common/serialization/clap/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/common/serialization/clap/README.md b/src/common/serialization/clap/README.md index a0acafcc..bf34f0b5 100644 --- a/src/common/serialization/clap/README.md +++ b/src/common/serialization/clap/README.md @@ -6,14 +6,14 @@ 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: Everything but actual audio processing works | -| Audio processing | :heavy_check_mark: | -| Events | :heavy_check_mark: | -| Streams | :heavy_check_mark: | -| `clap.plugin-factory` | :heavy_check_mark: | -| `clap.plugin-invalidation-factory/draft0` | :x: Not supported yet | +| core feature | status | +| ----------------------------------------- | --------------------- | +| Core plugin and host functionality | :heavy_check_mark: | +| Audio processing | :heavy_check_mark: | +| Events | :heavy_check_mark: | +| Streams | :heavy_check_mark: | +| `clap.plugin-factory` | :heavy_check_mark: | +| `clap.plugin-invalidation-factory/draft0` | :x: Not supported yet | | extension | status | | ------------------------- | ------------------------------------------------------------ |