What’s everybody working on? (August Edition)

No code to share yet, but I’ve been looking into writing audio plugins in the CLAP format with Zig. Seems pretty straightforward so far (quite a bit nicer than VST), got their clap-info to load a dummy one, so that’s a good start. Zig’s translate-c can’t handle their headers yet (at least not the 0.16 version, haven’t tried master), but I think hand-translating the struct definitions in a Zig-idiomatic way will be the better path forward anyway.

Hoping to revive (and rewrite in Zig) an old project of mine with this at some point, if I can keep my focus[1] and pull through. No promises yet, though.


  1. Which is a hard difficulty level for my brain :sweat_smile: ↩︎

7 Likes