[Csnd] help using ctcsound
Date | 2019-10-26 19:28 |
From | Mike M |
Subject | [Csnd] help using ctcsound |
I have enjoyed Cabbage and CsoundQt for a quite a while, but wanted to use a Python API to do some more complex stuff with interfacing Csound with different python controlled hardware. I am a currently using a raspberry pi for my project. Unfortunately, I am a novice with building programs and generally in installing things in linux and so I am seriosuly struggling to get ctcsound to work. I created a symlink to libcsound64.so.6.0 in usr/lib as suggested in the following thread... https://github.com/csound/ctcsound/issues/6 and I still get an AttributeError: /usr/lib/libcsound64.so: undefined symbol: csoundCompileTreeAsync according to the github thread this is associated with using the wrong version of ctcsound, but I used the ctcsound.py file from my csound-6.13.0/interfaces folder, not github so I am confused as to why I am still getting this error. If anyone has ideas of how to fix this problem I would be very thankful. 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 | 2019-10-26 22:19 |
From | Francois PINOT |
Subject | Re: [Csnd] help using ctcsound |
When you run the following command: csound --version, which version number does it display? François Le sam. 26 oct. 2019 à 20:38, Mike M <mcconney@gmail.com> a écrit : I have enjoyed Cabbage and CsoundQt for a quite a while, but wanted to use a Python API to do some more complex stuff with interfacing Csound with different python controlled hardware. I am a currently using a raspberry pi for my project. Unfortunately, I am a novice with building programs and generally in installing things in linux and so I am seriosuly struggling to get ctcsound to work. |