csound / ctcsound

Python Bindings for Csound using ctypes. Can be used from python2.x and python3.x as well.
GNU Lesser General Public License v2.1
67 stars 10 forks source link

example for table plotting #13

Closed joachimheintz closed 5 years ago

joachimheintz commented 5 years ago

perhaps you can have a look whether you find this useful. cheers - j

fggp commented 5 years ago

I like this. Victor developed csnd6.py using SWIG. I wrote an article in the Csound journal about using csnd6 with ipython, numpy and matplotlib. Andrés Cabrera developed iCsound using some ideas from this article. I then developed ctcsound.py to replace csnd6.py and began this cookbook. Then Andrés asked me to integrate iCsound in csoundmagics, and now you're using all this work, adding your contributions. Nice