All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Use clap library from external package.
- Demonstration of plugin GUI using raw XCB calls. The GUI is currently totally non-functional.
- Plugin version is now source from V mod file.
- CLAP plugin functions are directly V plugin structs methods (closures).
- Using proper struct casting for event header when processing.
- Less copying in the example audio buffer processing.
- Logging.
- Build target for generating intermediary C form.
- Extended DEBUG flag for tracing all calls.
- Aligned the minimal plugin example with the template from CLAP repository.