Skip to content

Releases: mo-foss/vclap-plugin

v0.3.0

28 Feb 22:36
Compare
Choose a tag to compare

Changed

  • Use clap library from external package.

v0.2.0

14 Feb 18:24
Compare
Choose a tag to compare

Added

  • Demonstration of plugin GUI using raw XCB calls.
    The GUI is currently totally non-functional.

image

v0.1.2

20 Jan 17:13
Compare
Choose a tag to compare

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

17 Jan 23:23
Compare
Choose a tag to compare

Full example based on CLAP template.

Ported this C version.