[Csnd] Using Csound API on RaspberryPi
Date | 2013-07-10 12:53 |
From | s7th |
Subject | [Csnd] Using Csound API on RaspberryPi |
Hi! At the moment I'm programming things in C and want to communicate with Csound. Currently I'm using TCL (cstclsh), but in the future I want to use the CsoundAPI. Unfortunately, if you install the Csound package on RasPi (over apt-get) you don't get the csound.h file and you cannot use the CsoundAPI. Am I right or do I miss something? Are there other ways to use the CsoundAPI under RasPi? This is my first post and I hope I can get some help. If my issue has been already announced here, then sorry for overlooking it. Thanks a lot, Sven -- View this message in context: http://csound.1045644.n5.nabble.com/Using-Csound-API-on-RaspberryPi-tp5725354.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2013-07-10 13:16 |
From | Justin Smith |
Subject | Re: [Csnd] Using Csound API on RaspberryPi |
with an apt based system you want to apt-get libcsound64-dev (and libcsoundac-dev if you want csoundac as well) also aptitutde is a preferred replacement for apt-get (because it is compatible for all apt-get commands, except it has better resolution features - for example it is able to remember which packages can be removed because they were only automatic dependencies that are no longer needed)
On Wed, Jul 10, 2013 at 4:53 AM, s7th <pgschnabel@yahoo.com> wrote: Hi! |
Date | 2013-07-10 16:03 |
From | Andres Cabrera |
Subject | Re: [Csnd] Using Csound API on RaspberryPi |
You might also need to get the bindings. I have used the python bindings on the Pi, and I think they are a separate package. Cheers,Andrés
On Wed, Jul 10, 2013 at 5:16 AM, Justin Smith <noisesmith@gmail.com> wrote:
|
Date | 2013-07-10 16:07 |
From | Justin Smith |
Subject | Re: [Csnd] Using Csound API on RaspberryPi |
With C, the bindings are the lib and visa versa. On Wed, Jul 10, 2013 at 8:03 AM, Andres Cabrera <mantaraya36@gmail.com> wrote:
|