[Csnd] Hacking the Csound API with python
| Date | 2025-10-11 20:26 |
| From | Cacophony |
| Subject | [Csnd] Hacking the Csound API with python |
Could you teach me how to hack the Csound API with python? I want to use csound with pyGame so I can make interactive art.
all I need is a 440Hz Sine wave for 1 second from python "HACKING" the csound API.
I got 10 years of python under my belt and I know I can do this. All I need is one simple demonstration. The FLOSS manual was complicated but I will read it again if I have to. I bought it from lulu.com book publishing services. I believe that there was a "newer" FLOSS manual that told me something slightly different but I just bypast it and it didn't sink in.
It can't be that hard... just a 440Hz Sine wave.
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |
| Date | 2025-10-11 21:10 |
| From | Tarmo Johannes |
| Subject | Re: [Csnd] Hacking the Csound API with python |
Hi! Here are the API examples for different languages: https://github.com/csound/csoundAPI_examples If you have Csound 6 installed (the official version now) and believably Python 3, have a look at: https://github.com/csound/csoundAPI_examples/blob/master/6.x/python/py3/example2.py Best! tarmo Kontakt Cacophony (<michaelsparks37@gmail.com>) kirjutas kuupäeval L, 11. oktoober 2025 kell 22:26: Could you teach me how to hack the Csound API with python? I want to use csound with pyGame so I can make interactive art. |