mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 20:40:11 +02:00
2.5 KiB
2.5 KiB
CLAP extensions
See docs/architecture.md 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 | ❌ Work in progress |
clap.plugin-factory |
✔️ |
clap.plugin-invalidation-factory/draft0 |
❌ Not supported yet |
| extension | status |
|---|---|
clap.audio-ports |
❌ Not supported yet |
clap.audio-ports-config |
❌ Not supported yet |
clap.event-registry |
❌ Not supported yet |
clap.gui |
❌ Not supported yet |
clap.latency |
❌ Not supported yet |
clap.log |
❌ Not supported yet |
clap.note-name |
❌ Not supported yet |
clap.note-ports |
❌ Not supported yet |
clap.params |
❌ Not supported yet |
clap.posix-fd-support |
❌ Not supported yet |
clap.render |
❌ Not supported yet |
clap.state |
❌ Not supported yet |
clap.tail |
❌ Not supported yet |
clap.thread-check |
❌ Not supported yet |
clap.thread-pool |
❌ Not supported yet |
clap.timer-support |
❌ Not supported yet |
clap.voice-info |
❌ Not supported yet |
| draft extension | status |
|---|---|
clap.ambisonic.draft/0 |
❌ Not supported yet |
clap.check_for_update.draft/0 |
❌ Not supported yet |
clap.cv.draft/0 |
❌ Not supported yet |
clap.file-reference.draft/0 |
❌ Not supported yet |
clap.midi-mappings.draft/0 |
❌ Not supported yet |
clap.preset-load.draft/0 |
❌ Not supported yet |
clap.quick-controls.draft/0 |
❌ Not supported yet |
clap.state-context.draft/1 |
❌ Not supported yet |
clap.surround.draft/1 |
❌ Not supported yet |
clap.track-info.draft/0 |
❌ Not supported yet |
clap.transport-control.draft/0 |
❌ Not supported yet |
clap.tuning.draft/2 |
❌ Not supported yet |