csound-api under node
| Date | 2017-01-07 17:27 |
| From | Richard |
| Subject | csound-api under node |
What is the status of csound-api under node?
I have noticed this link:
https://www.npmjs.com/package/csound-api
but I cannot get it to install.
I think Michael Gogins also has done something with node and csound?
Richard
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 | 2017-01-07 17:49 |
| From | Rory Walsh |
| Subject | Re: csound-api under node |
You can see for yourself here: On 7 Jan 2017 18:28, "Richard" <zappfinger@gmail.com> wrote: What is the status of csound-api under node? |
| Date | 2017-01-07 18:00 |
| From | Richard |
| Subject | Re: csound-api under node |
|
Sorry, posted this under the wrong topic. This is on a Cosmo version of Raspberry Pi, so I have csound
already. I followed the steps for installing under Linux, since it is on my RPi. But I got an error when installing csound-api: npm install csound-api Richard On 07/01/17 18:49, Rory Walsh wrote:
|
| Date | 2017-01-08 07:12 |
| From | Rory Walsh |
| Subject | Re: csound-api under node |
Have you installed boost? it seems this is a requirement. Perhaps you can file an issue on Nate's repo page. I'm not sure he is a member of the mailing list. On 7 January 2017 at 18:00, Richard <zappfinger@gmail.com> wrote:
|
| Date | 2017-01-08 11:30 |
| From | Richard |
| Subject | Re: csound-api under node |
|
Apparently apt-get on my Pi installed a boost version that did
not contain the lockfree library yet. I just compiled boost 1.63 and the csound-api installs fine now. On 08/01/17 08:12, Rory Walsh wrote:
|