Csound in Odin

Heyo! Just wanted to share something I’ve been working on. If you didn’t know, there’s a language called Odin that functions very similarly to C, but with more modern design sensibilities (bounds-checked arrays, etc.) Anyway, the language makes it fairly easy to bind to external C libraries and I managed to get the csound CLI from the API reference working! It’s admittedly still very heavily a work in progress, but I thought the progress might be exciting to share :slight_smile:

image

2 Likes