Hi, In case this is useful somehow, I started work on a cython wrapper for the csound.h api a little while ago called cycsound.
It's still early stage, but so far it wraps a small subset of the api with audio output. It compiles (dynamic linking) on macOS, windows, and linux, with full static linking on macOS, which means it can currently generate a self-contained 2MB python wheel for macOS (which was my initial driver to start this project).
Reading the excellent ctcsound.py source has been enormously helpful and I've been using it as a development guide.
I'll keep chipping away... it helps me to learn csound, but any feedback would be welcome (-:
Hi, In case this is useful somehow, I started work on a cython wrapper for the
csound.hapi a little while ago called cycsound.It's still early stage, but so far it wraps a small subset of the api with audio output. It compiles (dynamic linking) on macOS, windows, and linux, with full static linking on macOS, which means it can currently generate a self-contained 2MB python wheel for macOS (which was my initial driver to start this project).
Reading the excellent
ctcsound.pysource has been enormously helpful and I've been using it as a development guide.I'll keep chipping away... it helps me to learn csound, but any feedback would be welcome (-: