What’s everybody working on? (August Edition)

I really enjoyed the previous “What’s everybody working on?” threads and have been looking forward to the August edition of this thread.

I hope I am not the only one, so I decided to create this thread. :slight_smile:
(I hope it is ok that I created this thread.)

As andrewrk said it:

The previous threads can be found here:

So, what’s everybody working on lately? :slight_smile:

3 Likes

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, 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 (hard) and pull through. No promises yet, though.

1 Like