Releases: mo-foss/vclap-plugin
Releases · mo-foss/vclap-plugin
v0.3.0
Changed
- Use clap library from external package.
v0.2.0
Added
- Demonstration of plugin GUI using raw XCB calls.
The GUI is currently totally non-functional.
v0.1.2
Changed
- Using proper struct casting for event header when processing.
- Less copying in the example audio buffer processing.
Added
- Logging.
- Build target for generating intermediary C form.
- Extended DEBUG flag for tracing all calls.
v0.1.1
Full example based on CLAP template.
Ported this C version.