clap

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

commit 073eb7b02d6859b9ba750e2e5f10ee0be47a07d7
parent 5dcca0aa9948223b5f1b6c12ef3eb4084a175cf1
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date:   Thu, 23 Dec 2021 10:46:33 +0100

Merge branch 'main' into next

Diffstat:
MREADME.md | 2++
Minclude/clap/process.h | 2+-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -103,3 +103,4 @@ and use to get a basic plugin experience: ## Community related projects - [MIP2](https://github.com/skei/MIP2), host and plugins +- [clap-sys](https://github.com/glowcoil/clap-sys), rust binding +\ No newline at end of file diff --git a/include/clap/process.h b/include/clap/process.h @@ -28,7 +28,7 @@ enum { typedef int32_t clap_process_status; typedef struct clap_process { - alignas(8) uint64_t steady_time; // a steady sample time counter, requiered + alignas(8) uint64_t steady_time; // a steady sample time counter, requiered alignas(4) uint32_t frames_count; // number of frame to process // time info at sample 0